Commit 1f4b605
committed
fix(DirectEditing): save before closing the editor
Before, we used the Vue 2 `$destroy()` function that called the Vue
component teardown cycle - which called save and then close. Vue
3 removed that method.
The former fix to call `close()` here was partial, as it closed the
editor without saving first. So let's `save()` explicitely here as well.
Signed-off-by: Jonas <jonas@freesources.org>1 parent c72a8d0 commit 1f4b605
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
0 commit comments