mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Lua UI improvements (#68887)
Atomized from #68816, with a little addition. Fixes some dumb formatting issues with the lua editor, adds a "jump to bottom" button when viewing the state log, and paginates the state logs.
This commit is contained in:
@@ -58,7 +58,7 @@ GLOBAL_PROTECT(lua_usr)
|
||||
break
|
||||
if(append_to_log)
|
||||
log += list(weakrefify_list(result))
|
||||
INVOKE_ASYNC(src, .proc/update_editors)
|
||||
INVOKE_ASYNC(src, /datum/lua_state.proc/update_editors)
|
||||
|
||||
/datum/lua_state/proc/load_script(script)
|
||||
GLOB.IsLuaCall = TRUE
|
||||
|
||||
Reference in New Issue
Block a user