imageEditor is working and preview of images works

This commit is contained in:
Chris Cochrun 2022-04-08 17:31:44 -05:00
parent 0cee5db60d
commit 818b57cef7
4 changed files with 6 additions and 3 deletions

View file

@ -175,6 +175,7 @@ Controls.Page {
videoEditor.visible = false;
videoEditor.stop();
songEditor.visible = false;
imageEditor.visible = false;
presentation.visible = true;
editMode = false;
}