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:
@@ -30,6 +30,8 @@ const bloxeditor = Vue.createApp({
|
||||
animation: 150,
|
||||
disabled: this.dragDisabled,
|
||||
ghostClass: "ghost",
|
||||
delay: 150,
|
||||
delayOnTouchOnly: true
|
||||
};
|
||||
},
|
||||
},
|
||||
|
@@ -254,6 +254,8 @@ navigation.component('navilevel',{
|
||||
group: "file",
|
||||
disabled: this.freeze,
|
||||
ghostClass: "ghost",
|
||||
delay: 150,
|
||||
delayOnTouchOnly: true
|
||||
};
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user