Commit a03a2ae
committed
Fix DS editor showing dirty on open without actual changes
The DSComponent constructor called setNamespace() and
setNamespacePrefix() which fired property change events, causing
the model to be marked dirty during initial loading. Use super
calls to set namespace defaults without triggering change events.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 66bb037 commit a03a2ae
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments