Skip to content
Snippets Groups Projects
Commit c7b33b56 authored by Ina Martini's avatar Ina Martini
Browse files

refactor: remove unused watch

parent 62905211
No related branches found
No related tags found
3 merge requests!66Final merge,!42Refactor interactiveSpare to modal,!4Pipeline fix
......@@ -113,14 +113,8 @@ const clearSpeeches = () => {
const modalClosed = () => {
isModalOpen.value = false
currentSpeechIndex.value = -1
}
watch(
() => props.isModalOpen,
(newVal) => {
isModalOpen.value = newVal
}
)
</script>
<style scoped>
/* CSS talk bubble */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment