Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: do not write unnecessary element properties to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and marionebl committed Sep 10, 2018
1 parent 70bf591 commit 479a713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/element/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ export class Element {
serialized.highlighted = false;
serialized.placeholderHighlighted = false;
serialized.selected = false;
serialized.forcedOpen = false;
serialized.focused = false;
return serialized;
}

Expand Down

0 comments on commit 479a713

Please sign in to comment.