Skip to content

Commit

Permalink
Remove old Firefox workaround
Browse files Browse the repository at this point in the history
engine/engine.py
  • Loading branch information
ShikiOkasaka committed Apr 19, 2024
1 parent 8df7676 commit a56f195
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,10 +996,6 @@ def _update_preedit(self, locked=''):
if attrs:
text.set_attributes(attrs)

# A delay is necessary for textareas of Firefox 102.0.1.
if text:
time.sleep(EVENT_DELAY)

# Note self.hide_preedit_text() does not seem to work as expected with Kate.
# cf. "Qt5 IBus input context does not implement hide_preedit_text()",
# https://bugreports.qt.io/browse/QTBUG-48412
Expand Down

0 comments on commit a56f195

Please sign in to comment.