can patch node from editablecontent fields
This commit is contained in:
@@ -1985,7 +1985,7 @@ export default {
|
||||
}.bind(this);
|
||||
|
||||
this.paper_main_object.onMouseMove = function(event){
|
||||
console.log(`onmousemove ${this.id}`, this.cartouch_is_opened);
|
||||
// console.log(`onmousemove ${this.id}`, this.cartouch_is_opened);
|
||||
|
||||
// prevent hover map item mouse event if cartouch is opened
|
||||
if (this.cartouch_is_opened && this.map_mode !== "superposition") return;
|
||||
@@ -2068,7 +2068,7 @@ export default {
|
||||
}
|
||||
|
||||
let result = paper_group_tohit ? paper_group_tohit.hitTest(event.point) : null;
|
||||
console.log('move result', result);
|
||||
// console.log('move result', result);
|
||||
if (result && result.item.item_id && (result.item.name != "label_click_zone" || this.detailsZoomValue > 2)) {
|
||||
console.log('move has result', result);
|
||||
let new_hover_elmt = {
|
||||
|
||||
Reference in New Issue
Block a user