mirror of
https://github.com/godotengine/godot.git
synced 2024-11-11 06:33:10 +00:00
Merge pull request #61182 from danielkariv/fix_misclick_selection
This commit is contained in:
commit
136da4d3bc
@ -1839,8 +1839,7 @@ void RichTextLabel::gui_input(const Ref<InputEvent> &p_event) {
|
||||
deselect();
|
||||
}
|
||||
}
|
||||
|
||||
if (!b->is_double_click() && !scroll_updated) {
|
||||
if (!b->is_double_click() && !scroll_updated && !selection.active) {
|
||||
Item *c_item = nullptr;
|
||||
|
||||
bool outside = true;
|
||||
|
Loading…
Reference in New Issue
Block a user