from retail

This commit is contained in:
NoM0Re
2025-02-09 02:42:51 +01:00
parent 829526a2d4
commit 4f40aa0b40
4 changed files with 129 additions and 9 deletions
@@ -509,7 +509,6 @@ local function ConstructTextEditor(frame)
"OnKeyDown",
function(self, key)
-- CTRL + S saves and closes
print(IsControlKeyDown(), key)
if IsControlKeyDown() and key == "S" then
group:Close()
elseif IsControlKeyDown() and key == "Z" then