Populate layers after new file is opened (#993)

This commit is contained in:
Venissa
2024-09-20 13:53:59 -04:00
committed by GitHub
parent 23c6bc2e23
commit 59690cd5f0

View File

@@ -165,6 +165,7 @@ export default {
size: blob.size,
type: blob.type
})
svgEditor.layersPanel.populateLayers()
} catch (err) {
if (err.name !== 'AbortError') {
return console.error(err)