1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-20 18:27:40 +00:00
This commit is contained in:
kepler155c@gmail.com
2017-08-02 09:52:41 -04:00
parent 982894a5f1
commit 252fb16853
4 changed files with 13 additions and 17 deletions

View File

@@ -321,7 +321,6 @@ function page:eventHandler(event)
elseif event.type == 'delete' then
local focused = page:getFocused()
debug(focused.app)
if focused.app then
focused.app.disabled = true
local filename = focused.app.filename or fs.combine(REGISTRY_DIR, focused.app.key)