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