This commit is contained in:
Insality
2025-02-08 00:28:20 +02:00
parent 96ce3eee95
commit 7a6f529c82
7 changed files with 27 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ end
---@param text string Text for text node
---@return druid.lang_text Current instance
function M:set_to(text)
self.last_locale = false
self.last_locale = nil
self.text:set_text(text)
self.on_change:trigger()