Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 23, 2024
1 parent bbaf511 commit 24f350f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,8 @@ formatCreatedTime() {
return response.json();
})
.then(data => {
const newTray = deserialize(data);
let newTray = deserialize(data);
newTray.isFolded = true;
this.addChild(newTray);
this.updateAppearance();
notifyUser('Tray added successfully.');
Expand Down

0 comments on commit 24f350f

Please sign in to comment.