diff --git a/lua/wire/client/text_editor/texteditor.lua b/lua/wire/client/text_editor/texteditor.lua index 2bd6bd03a6..65c8e7df33 100644 --- a/lua/wire/client/text_editor/texteditor.lua +++ b/lua/wire/client/text_editor/texteditor.lua @@ -867,7 +867,7 @@ end function EDITOR:_OnTextChanged() local ctrlv = false - local text = self.TextEntry:GetValue() + local text = self.TextEntry:GetText() self.TextEntry:SetText("") if (input.IsKeyDown(KEY_LCONTROL) or input.IsKeyDown(KEY_RCONTROL)) and not (input.IsKeyDown(KEY_LALT) or input.IsKeyDown(KEY_RALT)) then