update dependencies
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user