Skip to content

Commit

Permalink
Populate layers after new file is opened (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
VenissaCarolQuadros committed Sep 20, 2024
1 parent 23c6bc2 commit 59690cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/extensions/ext-opensave/ext-opensave.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 59690cd

Please sign in to comment.