Skip to content

Commit 7b2788c

Browse files
BacLucusu
andauthored
fixup! revert rename destroy to unmount
Co-authored-by: Urban Suppiger <[email protected]>
1 parent 9dec17f commit 7b2788c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/program/picasso/PicassoEntry.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export default {
265265
this.scrollHeight = this.$el.scrollHeight
266266
window.addEventListener('resize', this.onResize)
267267
},
268-
unmounted() {
268+
destroyed() {
269269
window.removeEventListener('resize', this.onResize)
270270
},
271271
methods: {

0 commit comments

Comments
 (0)