Skip to content

Commit

Permalink
Merge pull request #255 from baochungit/patch-1
Browse files Browse the repository at this point in the history
Fix missing text when the input selected again and type new text
  • Loading branch information
Insality authored Mar 21, 2024
2 parents 587cf58 + 1236a67 commit 84c917f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions druid/extended/input.lua
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ end
function Input.unselect(self)
gui.reset_keyboard()
self.marked_value = ""
self.value = self.current_value
if self.is_selected then
self:reset_input_priority()
self.button:reset_input_priority()
Expand Down

0 comments on commit 84c917f

Please sign in to comment.