We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb28a28 commit e39406dCopy full SHA for e39406d
src/components/layout/Editor.vue
@@ -303,7 +303,7 @@ export default {
303
})
304
305
// invalidate poll when closing poll creator
306
- watch(() => v.threadCopy.addPoll, () => { if (!v.threadCopy.addPoll) { v.threadCopy.pollValid = false }})
+ watch(() => v.threadCopy?.addPoll, () => { if (!v.threadCopy.addPoll) { v.threadCopy.pollValid = false }})
307
308
watch(() => props.showEditor, visible => {
309
console.log(visible, props.threadEditorMode)
0 commit comments