Skip to content

Commit 68775d4

Browse files
committed
Misc
1 parent 3c890aa commit 68775d4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/views/UIConfig.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,8 @@
224224
225225
this.$success(this.$t('settings-saved'));
226226
227-
// It's currently not possible to change tooltip-options in runtime
228-
// Open issue: https://github.com/Akryum/v-tooltip/pull/773
229-
//
230-
// this.$VTooltip.options.defaultDelay = {
231-
// show: this.model.tooltipDelay,
232-
// };
227+
// The vue2 version of v-tooltip does not support changing tooltip-options in runtime
228+
// Ref issue: https://github.com/Akryum/v-tooltip/pull/773
233229
//
234230
// So we have to do it the ugly way:
235231
await delay(1000);

0 commit comments

Comments
 (0)