This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user