fix bundle CV pandora_enterprise#9941
This commit is contained in:
parent
242f1d046f
commit
4d27310499
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -718,8 +718,6 @@ export default class VisualConsole {
|
||||||
itemInstance.onResizeFinished(context.handleElementResizementFinished);
|
itemInstance.onResizeFinished(context.handleElementResizementFinished);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(context.containerRef);
|
|
||||||
console.log(itemInstance.elementRef);
|
|
||||||
// Add the item to the DOM.
|
// Add the item to the DOM.
|
||||||
context.containerRef.append(itemInstance.elementRef);
|
context.containerRef.append(itemInstance.elementRef);
|
||||||
return itemInstance;
|
return itemInstance;
|
||||||
|
|
Loading…
Reference in New Issue