Commit c3af988
committed
fix: markRaw PQueue instance in AnswerInput to prevent Vue 3 proxy error
PQueue uses private class fields which are incompatible with Vue 3's
Proxy-based reactivity. The queue doesn't need to be reactive anyway.
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>1 parent 6415d0c commit c3af988
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
274 | | - | |
| 275 | + | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
| |||
0 commit comments