Don't update script documentation when exporting
This commit is contained in:
@ -3104,6 +3104,10 @@ void EditorHelp::load_script_doc_cache() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (EditorNode::is_cmdline_mode()) {
|
||||
return;
|
||||
}
|
||||
|
||||
_wait_for_thread();
|
||||
|
||||
if (!ResourceLoader::exists(get_script_doc_cache_full_path())) {
|
||||
|
||||
Reference in New Issue
Block a user