[apps/code] Reset selection when leaving script editor

This commit is contained in:
Léa Saviot
2019-10-10 15:36:55 +02:00
parent 1be417e2c4
commit d05a95c87c
4 changed files with 7 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ void EditorController::viewWillAppear() {
}
void EditorController::viewDidDisappear() {
m_editorView.resetSelection();
m_menuController->scriptContentEditionDidFinish();
}