aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SidebarAnnos.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-09-08 10:10:09 -0400
committerbobzel <zzzman@gmail.com>2023-09-08 10:10:09 -0400
commit7bc82b283bc7aa11a163c95607a6e192439bd601 (patch)
tree05b92f4a80d703fe9cfa7f2e2c2f5e45c8321f90 /src/client/views/SidebarAnnos.tsx
parentf66bc86feda63ba1730f191bab693a641675b578 (diff)
added cancel trim and revert buttons to audiobox
Diffstat (limited to 'src/client/views/SidebarAnnos.tsx')
-rw-r--r--src/client/views/SidebarAnnos.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/SidebarAnnos.tsx b/src/client/views/SidebarAnnos.tsx
index f3452c780..ff347d65f 100644
--- a/src/client/views/SidebarAnnos.tsx
+++ b/src/client/views/SidebarAnnos.tsx
@@ -79,7 +79,6 @@ export class SidebarAnnos extends React.Component<FieldViewProps & ExtraProps> {
_layout_autoHeight: true,
_text_fontSize: StrCast(Doc.UserDoc().fontSize),
_text_fontFamily: StrCast(Doc.UserDoc().fontFamily),
- target: 'HELLO' as any,
});
FormattedTextBox.SelectOnLoad = target[Id];
FormattedTextBox.DontSelectInitialText = true;