Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 23, 2024
1 parent 398d461 commit 0a5e261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function loadFromLocalStorage(key=TRAY_DATA_KEY) {
document.body.innerHTML = '';
document.body.appendChild(rootTray.element);
rootTray.updateAppearance()
rootTray.updateChildrenAppearance()
} catch (error) {
console.error('Error loading from localStorage:', error);
const rootTray = createDefaultRootTray();
Expand Down

0 comments on commit 0a5e261

Please sign in to comment.