Commit fd819bf
committed
plugin: fix duplicate task content rendering
If the task content was edited and then the query component refreshed,
we would see both the previous and edited versions of the task content.
This was because we would not clear the previous task content.
There are a number of ways to resolve this, but the simplest is to key
the component so we force a full remount when the content changes.1 parent 6c4aefd commit fd819bf
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
159 | | - | |
| 163 | + | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
| |||
0 commit comments