Commit 0fff696
committed
Perform
When a topic is moved in the `TreePanel`, the topic (and any of its descendants') `webPath` and `path` values will have changed. As such, the `TreePanel` needs to be `reload()`ed so that those are refreshed. Otherwise, if they are selected, they will go to a no-longer-valid location.
This is only done if the entire page is not reloaded (see e6a33fa) as, in that case, the `TreePanel` will be reloaded as part of the page load instead.reload() on movenode()
1 parent e6a33fa commit 0fff696
1 file changed
Lines changed: 6 additions & 0 deletions
File tree
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
107 | 113 | | |
108 | 114 | | |
109 | 115 | | |
| |||
0 commit comments