Also fix flickering on outliner

This commit is contained in:
Skyler Lehmkuhl 2024-12-29 17:29:41 -05:00
parent f2e633102c
commit 0e17d30545
1 changed files with 1 additions and 0 deletions

View File

@ -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