aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentButtonBar.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-01 12:59:36 -0400
committerbobzel <zzzman@gmail.com>2024-10-01 12:59:36 -0400
commitbb40454262a2d915a334d7a26555d25d649d4317 (patch)
tree609460537171088f3b0794270ff8157f42cca843 /src/client/views/DocumentButtonBar.tsx
parentfd114aefcbff5ad7b62aae914ca3336bc17da9d2 (diff)
fixed ink transcription to appear in the correct place. added transcription of selected ink.
Diffstat (limited to 'src/client/views/DocumentButtonBar.tsx')
-rw-r--r--src/client/views/DocumentButtonBar.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DocumentButtonBar.tsx b/src/client/views/DocumentButtonBar.tsx
index 28424c711..32bf67df1 100644
--- a/src/client/views/DocumentButtonBar.tsx
+++ b/src/client/views/DocumentButtonBar.tsx
@@ -28,7 +28,6 @@ import { DocumentLinksButton } from './nodes/DocumentLinksButton';
import { DocumentView } from './nodes/DocumentView';
import { OpenWhere } from './nodes/OpenWhere';
import { DashFieldView } from './nodes/formattedText/DashFieldView';
-import { AnnotationPalette } from './smartdraw/AnnotationPalette';
@observer
export class DocumentButtonBar extends ObservableReactComponent<{ views: () => (DocumentView | undefined)[]; stack?: unknown }> {