Commit: ab50aab90fda832b2c26ff1401f736b23b409ca6
Parent: 8fcfc3d414097c1df0639621200347a14dc176b2
Author: Ren Tatsumoto
Date: Fri, 24 Sep 2021 20:14:20 +0300
fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subs2srs.lua b/subs2srs.lua
@@ -1513,7 +1513,7 @@ menu.keybindings = {
{ key = 't', fn = menu.with_update { clip_autocopy.toggle } },
{ key = 'i', fn = menu.with_update { menu.hints_state.bump } },
{ key = 'p', fn = menu.with_update { load_next_profile } },
- { key = 'ESC', fn = menu.close },
+ { key = 'ESC', fn = function() menu.close() end },
}
menu.update = function()