Propagate event

This commit is contained in:
johan.forsberg 2023-11-04 19:42:48 +01:00
parent 792b534378
commit d584a75ae6
1 changed files with 1 additions and 1 deletions

View File

@ -2133,7 +2133,7 @@ class EditWidgetBase : ScrollWidgetBase, EditableContentListener, MenuItemAction
//if (event.keyCode == KeyCode.RETURN && !readOnly && !_content.multiline) { //if (event.keyCode == KeyCode.RETURN && !readOnly && !_content.multiline) {
// return true; // return true;
//} //}
return true; return false;
} }
/// Handle Ctrl + Left mouse click on text /// Handle Ctrl + Left mouse click on text