diff --git a/src/js/View.js b/src/js/View.js index 040ba99d..66ccda70 100644 --- a/src/js/View.js +++ b/src/js/View.js @@ -642,11 +642,13 @@ export let View = (function () { footprintClickedFunction(o, xy); } } + + } - // rewrite objs - objs = Array.from(Object.values(objsByCats)); + //view.selectObjects([objs]); view.lastClickedObject = objs; + } else { // If there is a past clicked object if (view.lastClickedObject) {