Skip to content

Commit

Permalink
Fix markdown editor toolbox becoming non-responsive.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 6, 2024
1 parent 7ff64b7 commit ee27cce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/src/components/Markdown/MarkdownSelector.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<template>
<span>
<b-modal v-model="modalShow" :title="title" ok-title="Continue" @ok="onOk" @cancel="onCancel">
<b-modal
v-model="modalShow"
:title="title"
ok-title="Continue"
@ok="onOk"
@cancel="onCancel"
@hidden="onCancel">
<div class="ml-2">
<h2 class="mb-3 h-text">Select {{ labelTitle }} Label:</h2>
<div v-if="hasLabels">
Expand Down

0 comments on commit ee27cce

Please sign in to comment.