mirror of
https://github.com/godotengine/godot.git
synced 2025-03-01 23:21:39 +08:00
Merge pull request #22171 from DualMatrix/empty_boi_WTF_WHY
Fixed empty item slipping into Search Classes dialog
This commit is contained in:
commit
48ace81d7b
@ -752,6 +752,8 @@ Error EditorHelp::_goto_desc(const String &p_class, int p_vscr) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void EditorHelp::_update_doc() {
|
void EditorHelp::_update_doc() {
|
||||||
|
if (!doc->class_list.has(edited_class))
|
||||||
|
return;
|
||||||
|
|
||||||
scroll_locked = true;
|
scroll_locked = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user