fix: don't render editor view on mobile if editor pane not selected (#1790)

This commit is contained in:
Aman Harwara
2022-10-14 18:33:43 +05:30
committed by GitHub
parent 0dad616c5c
commit d0c413cd15
3 changed files with 44 additions and 3 deletions

View File

@@ -211,6 +211,8 @@ export class ViewControllerManager {
this.historyModalController.deinit()
;(this.historyModalController as unknown) = undefined
this.paneController.deinit()
;(this.paneController as unknown) = undefined
destroyAllObjectProperties(this)