Skip to content

Commit

Permalink
Propagate event
Browse files Browse the repository at this point in the history
  • Loading branch information
johan.forsberg authored and GrimMaple committed Nov 4, 2023
1 parent 792b534 commit 47d764b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlangui/widgets/editors.d
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ class EditWidgetBase : ScrollWidgetBase, EditableContentListener, MenuItemAction
//if (event.keyCode == KeyCode.RETURN && !readOnly && !_content.multiline) {
// return true;
//}
return true;
return false;
}

/// Handle Ctrl + Left mouse click on text
Expand Down

0 comments on commit 47d764b

Please sign in to comment.