diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-01 08:31:25 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-01 08:31:25 -0500 |
| commit | 1a4a5d56a5a9962d75b625bf784420d9f8aedb4e (patch) | |
| tree | bc91a3fab55494af210a1b90acfbf9837ad25f44 | |
| parent | 25474b83f908732b2618cb7110f1e410030f9280 (diff) | |
added flipping of documentation icon
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx | 1 |
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(); } }; |
