fix(editor): prevent text highlight on FireFox when mapping data (#4347)
prevent highlight bug
This commit is contained in:
@@ -89,6 +89,9 @@ export default Vue.extend({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
|
|
||||||
this.isDragging = false;
|
this.isDragging = false;
|
||||||
this.draggablePosition = { x: e.pageX, y: e.pageY };
|
this.draggablePosition = { x: e.pageX, y: e.pageY };
|
||||||
this.setDraggableStyle();
|
this.setDraggableStyle();
|
||||||
|
|||||||
Reference in New Issue
Block a user