on multiple superpositions can switch by clicking on superposed mapitem

This commit is contained in:
2023-09-20 15:25:36 +02:00
parent 139db3516a
commit c67afa76e3
7 changed files with 102 additions and 57 deletions

View File

@@ -148,7 +148,7 @@ export default {
watch: {
hover_elmt: {
handler (n, o) {
console.log(`watch hover_elmt map: o, n`, o, n);
// console.log(`watch hover_elmt map: o, n`, o, n);
// over highlight effect on paper items
if (n && n.paper_id) {
let nitem = paper.project.getItem({id: n.paper_id});