aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-03-01 08:31:25 -0500
committerbobzel <zzzman@gmail.com>2024-03-01 08:31:25 -0500
commit1a4a5d56a5a9962d75b625bf784420d9f8aedb4e (patch)
treebc91a3fab55494af210a1b90acfbf9837ad25f44 /src
parent25474b83f908732b2618cb7110f1e410030f9280 (diff)
added flipping of documentation icon
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx
index cd76003c4..a81195c95 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx
@@ -42,6 +42,7 @@ export class CollectionFreeFormInfoUI extends ObservableReactComponent<Collectio
if (state) {
this.currState = state;
this.currState[StateEntryFunc]?.();
+ TopBar.Instance.FlipDocumentationIcon();
}
};