small fixes

This commit is contained in:
NoM0Re
2025-06-05 13:57:23 +02:00
parent d08d10eaf6
commit 34b2e69600
3 changed files with 16 additions and 3 deletions
@@ -506,7 +506,7 @@ local function ConstructTextEditor(frame)
editor.editBox.timeMachinePos = 1
local TimeMachineMaximumRollback = 10
-- We do not have those events in the editbox, so we created buttons for undo/redo below...
-- These events arent supported in the editbox, so we add undo/redo buttons below instead...
--[[editor.editBox:HookScript(
"OnKeyDown",
function(self, key)