can patch node from editablecontent fields

This commit is contained in:
2024-03-18 18:57:07 +01:00
parent 4dc5644898
commit 8c90f54b3c
7 changed files with 216 additions and 28 deletions

View File

@@ -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 = {