Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

move callback trigger many times

Open UntilX opened this issue 3 years ago • 1 comments

move callback return false will cancel the drag operation. but it trigger many times. if i use $message, that will be terrible! code WX20230214-111640@2x

UntilX avatar Feb 14 '23 03:02 UntilX

直接将checkMove设置成异步, 如: async checkMove(event) { console.log(event); }

WCHAOc avatar Sep 09 '24 07:09 WCHAOc