diff --git a/system/typemill/author/js/vue-blox.js b/system/typemill/author/js/vue-blox.js index bcef2a2..00e30a1 100644 --- a/system/typemill/author/js/vue-blox.js +++ b/system/typemill/author/js/vue-blox.js @@ -30,6 +30,8 @@ const bloxeditor = Vue.createApp({ animation: 150, disabled: this.dragDisabled, ghostClass: "ghost", + delay: 150, + delayOnTouchOnly: true }; }, }, diff --git a/system/typemill/author/js/vue-contentnavi.js b/system/typemill/author/js/vue-contentnavi.js index 3841c6e..01044ee 100644 --- a/system/typemill/author/js/vue-contentnavi.js +++ b/system/typemill/author/js/vue-contentnavi.js @@ -254,6 +254,8 @@ navigation.component('navilevel',{ group: "file", disabled: this.freeze, ghostClass: "ghost", + delay: 150, + delayOnTouchOnly: true }; },