Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
engine/engine.py
  • Loading branch information
ShikiOkasaka committed May 4, 2024
1 parent b86b84b commit c351d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def do_set_surrounding_text(self, text: IBus.Text, cursor_pos: int, anchor_pos:
# See https://gitlab.gnome.org/GNOME/mutter/-/issues/3440
if self._surrounding == SURROUNDING_SUPPORTED:
self._surrounding = SURROUNDING_BROKEN
pass
else:
self._surrounding = SURROUNDING_SUPPORTED
self._preedit_text = None
Expand Down

0 comments on commit c351d7d

Please sign in to comment.