diff options
author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-01 14:34:48 -0400 |
---|---|---|
committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-01 14:34:48 -0400 |
commit | f49fa5010ac53eb87925d1cd40e3be145d441ea6 (patch) | |
tree | 27cd8f786e9948c765ec0a893e8272c62a7c39a6 /src/client/util/CurrentUserUtils.ts | |
parent | 0e2abee77d5310056921fc50779349c0b36e166d (diff) | |
parent | 86c666427ff8b9d516450a150af641570e00f2d2 (diff) |
Merge branch 'agent-paper-main' into lanyi-expanded-agent-paper-main
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 9fbc82bef..cf1c98b88 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -40,8 +40,10 @@ import { SnappingManager } from "./SnappingManager"; import { UndoManager } from "./UndoManager"; import { DocumentView } from "../views/nodes/DocumentView"; import { IconProp } from "@fortawesome/fontawesome-svg-core"; +import { infoState } from "../views/collections/collectionFreeForm/CollectionFreeFormInfoState"; export interface Button { + targetState?: infoState; // DocumentOptions fields a button can set title?: string; toolTip?: string; |