diff options
| author | Henry Jameson <me@hjkos.com> | 2021-04-25 13:44:50 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-04-25 13:44:50 +0300 |
| commit | caed89f0ae64217602a2832bbf2b5df9b66c0999 (patch) | |
| tree | 328c9dc4efa1598ae7aeb5aaf5cae74d57edc51a /src/components/mobile_post_status_button | |
| parent | 72956e23436b5fb352652b25707a51be3a823b3d (diff) | |
destroyed -> unmounted
Diffstat (limited to 'src/components/mobile_post_status_button')
| -rw-r--r-- | src/components/mobile_post_status_button/mobile_post_status_button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mobile_post_status_button/mobile_post_status_button.js b/src/components/mobile_post_status_button/mobile_post_status_button.js index 366ea89c..293b85fd 100644 --- a/src/components/mobile_post_status_button/mobile_post_status_button.js +++ b/src/components/mobile_post_status_button/mobile_post_status_button.js @@ -29,7 +29,7 @@ const MobilePostStatusButton = { } window.addEventListener('resize', this.handleOSK) }, - destroyed () { + unmounted () { if (this.autohideFloatingPostButton) { this.deactivateFloatingPostButtonAutohide() } |
