Skip to content

Commit

Permalink
added code to work around known Quasar bug
Browse files Browse the repository at this point in the history
Error in question is "Violation error Added non-passive event listener to a scroll-blocking", bug: quasarframework/quasar#12822
  • Loading branch information
gpizzorno committed May 29, 2023
1 parent 1cf7d47 commit 6a5471a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dalme_ui/src/components/widgets/ChooserWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
:class="buttonClasses"
no-caps
padding="5px 5px"
:loading="loading"
>
<TooltipWidget v-if="toolTip">{{ toolTip }}</TooltipWidget>
<q-menu
Expand Down Expand Up @@ -154,6 +153,9 @@
</q-item>
</q-list>
</q-menu>
<q-inner-loading :showing="loading">
<q-spinner-facebook size="20px" color="grey-6"></q-spinner-facebook>
</q-inner-loading>
</q-btn>
</template>

Expand Down

0 comments on commit 6a5471a

Please sign in to comment.