1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-29 02:10:20 +02:00

mobile drag&drop

This commit is contained in:
trendschau
2025-02-10 21:38:00 +01:00
parent fc5b3c75c7
commit d565d65dea
2 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ const bloxeditor = Vue.createApp({
animation: 150,
disabled: this.dragDisabled,
ghostClass: "ghost",
delay: 150,
delayOnTouchOnly: true
};
},
},

View File

@@ -254,6 +254,8 @@ navigation.component('navilevel',{
group: "file",
disabled: this.freeze,
ghostClass: "ghost",
delay: 150,
delayOnTouchOnly: true
};
},