remove debug output
This commit is contained in:
parent
d9162ff1fc
commit
b4862b0062
1 changed files with 0 additions and 1 deletions
|
@ -380,7 +380,6 @@ editor = {
|
|||
_click_geometry_layer: function (e) {
|
||||
// click callback for a geometry layer – scroll the corresponding itemtable row into view if it exists
|
||||
if (editor._loading_geometry) return;
|
||||
console.log(e.target);
|
||||
e.target.list_elem[0].scrollIntoView();
|
||||
},
|
||||
_dblclick_geometry_layer: function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue