fix: don't render editor view on mobile if editor pane not selected (#1790)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user