TextBox Shift-Enter (Multilines)

This commit is contained in:
ItsSelis
2023-05-19 22:49:46 +02:00
parent f7eb1e0ec8
commit 7ddff379c7
5 changed files with 99 additions and 27 deletions

View File

@@ -122,8 +122,8 @@
data["multiline"] = multiline
data["placeholder"] = default // Default is a reserved keyword
data["swapped_buttons"] = !user.client.prefs.tgui_swapped_buttons
// CHOMPedit - prevent_enter should be completely removed in the future
data["title"] = title
data["prevent_enter"] = prevent_enter
return data
/datum/tgui_input_text/tgui_data(mob/user)