destroy sockets

This commit is contained in:
Philipp Kühn 2019-05-08 22:27:54 +02:00
parent 42740690e7
commit f02461cc79

View File

@ -95,6 +95,7 @@ export default {
beforeDestroy() { beforeDestroy() {
this.editor.destroy() this.editor.destroy()
this.socket.destroy()
}, },
} }
</script> </script>