Only autoclose once, fix #570
This commit is contained in:
parent
d68ef6b739
commit
4093a73f4e
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ export default class DefaultGUI {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
isOpened.setData(false);
|
isOpened.setData(false);
|
||||||
|
return true; // Unregister this caller - we only autoclose once
|
||||||
});
|
});
|
||||||
|
|
||||||
this.state.selectedElement.addCallbackAndRunD((_) => {
|
this.state.selectedElement.addCallbackAndRunD((_) => {
|
||||||
|
|
Loading…
Reference in a new issue