diff --git a/src/main.js b/src/main.js index 7b2a450..d77d780 100644 --- a/src/main.js +++ b/src/main.js @@ -4626,6 +4626,7 @@ function outliner(object=undefined) { outliner.width = parseInt(canvasStyles.width); outliner.height = parseInt(canvasStyles.height); updateOutliner() + renderAll() } // Set up ResizeObserver to watch for changes in the canvas size