This commit is contained in:
2021-09-21 21:53:27 +00:00
parent df11f653f2
commit 53fa00a93f

View File

@@ -465,9 +465,6 @@ export default {
extendOriginal: null,
dragged: false,
dragTimeout: null,
dragStartX: null,
dragStartY: null,
draggingEvent: false,
formState: {
ready: false,
dirty: false,
@@ -662,8 +659,6 @@ export default {
if (event) {
if (event.editable) {
//console.log("startDrag editable event: ", event);
//testtest
this.draggingEvent = true;
//My work around to disambiguate dragging and clicking
clearTimeout(this.dragTimeout);