Skip to content

Commit

Permalink
Fixes and closes juzeon#57
Browse files Browse the repository at this point in the history
  • Loading branch information
juzeon committed Jul 16, 2023
1 parent 81dd51b commit e0af4db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 21,6 @@ def keyPressEvent(self, event):
self.parent.send_clicked()
else:
super().keyPressEvent(event)
self.insertPlainText("\n")
elif self.parent.enter_mode == "Ctrl Enter":
if modifiers == Qt.KeyboardModifier.ControlModifier:
self.parent.send_clicked()
Expand Down

0 comments on commit e0af4db

Please sign in to comment.