update dependencies

This commit is contained in:
JFH
2021-11-12 15:58:00 +01:00
parent 2fad5d93a9
commit 65ecd9464b
6 changed files with 1532 additions and 2087 deletions

View File

@@ -176,8 +176,8 @@ export default class ConfigObj {
'ext-grid',
'ext-imagelib',
// 'ext-arrows',
// 'ext-markers',
'ext-overview_window',
'ext-markers',
// 'ext-overview_window', disabled until we fix performance issue
'ext-panning',
'ext-shapes',
'ext-polystar',

View File

@@ -306,7 +306,6 @@ export const getIntersectionListMethod = function (rect) {
const resultList = [];
if (selectionContext_.getCurBBoxes().length === 0) {
// Cache all bboxes
console.log("setbb");
selectionContext_.setCurBBoxes(getVisibleElementsAndBBoxes(parent));
}
let i = selectionContext_.getCurBBoxes().length;