mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Handle Home event when in the toolbox
If editing a script, the empty space at the end of the script should be moved to the end of the storage.
This commit is contained in:
@@ -156,6 +156,10 @@ void MenuController::scriptContentEditionDidFinish() {
|
||||
reloadConsole();
|
||||
}
|
||||
|
||||
void MenuController::willExitApp() {
|
||||
m_editorController.willExitApp();
|
||||
}
|
||||
|
||||
int MenuController::numberOfRows() const {
|
||||
return m_scriptStore->numberOfScripts() + m_shouldDisplayAddScriptRow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user