Auto stash before merge of "feature/terminal-game-engine" and "origin/feature/terminal-game-engine"
This commit is contained in:
parent
8fa11c4f00
commit
901f3e5cdc
3 changed files with 24 additions and 6 deletions
|
|
@ -75,6 +75,11 @@ class SceneManager {
|
|||
await this._renderContent(scene.content);
|
||||
}
|
||||
|
||||
// Execute onAfterRender actions (after content, before options)
|
||||
if (scene.onAfterRender) {
|
||||
await this._executeActions(scene.onAfterRender);
|
||||
}
|
||||
|
||||
// Handle navigation
|
||||
if (scene.options) {
|
||||
await this._handleOptions(scene);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue