diff --git a/widget/app_launcher/text_input.lua b/widget/app_launcher/text_input.lua index 7668751..973acf6 100644 --- a/widget/app_launcher/text_input.lua +++ b/widget/app_launcher/text_input.lua @@ -339,8 +339,6 @@ function text_input:set_text(text) else self:set_cursor_index(#text) end - - self:emit_signal("property::text", text_widget:get_text()) end function text_input:insert_text(text)