We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde8a3b commit 6383e30Copy full SHA for 6383e30
src/lang/PythonScript.cpp
@@ -27,6 +27,9 @@ PythonScript::PythonScript() :
27
28
PythonScript::~PythonScript() {
29
placeholders.erase(this);
30
+ if (meta.is_valid && !meta.class_name.is_empty()) {
31
+ known_classes.erase(meta.class_name);
32
+ }
33
}
34
35
bool PythonScript::_editor_can_reload_from_file() {
0 commit comments