Skip to content
Snippets Groups Projects
Unverified Commit 7db82c5b authored by David Sehnal's avatar David Sehnal Committed by GitHub
Browse files

Merge pull request #584 from arussell123/master

Prevent component controls collapsing when option is selected
parents 91d03c22 87c708e3
No related branches found
No related tags found
No related merge requests found
...@@ -280,7 +280,6 @@ class StructureComponentGroup extends PurePluginUIComponent<{ group: StructureCo ...@@ -280,7 +280,6 @@ class StructureComponentGroup extends PurePluginUIComponent<{ group: StructureCo
selectAction: ActionMenu.OnSelect = item => { selectAction: ActionMenu.OnSelect = item => {
if (!item) return; if (!item) return;
this.setState({ action: void 0 });
(item?.value as any)(); (item?.value as any)();
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment