aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocViewUtils.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-31 14:29:57 -0400
committerbobzel <zzzman@gmail.com>2025-03-31 14:29:57 -0400
commitf061db01d1936bf3e776b140786ba3bf1c6b71f3 (patch)
treec08a40d474fa389e14ae990682956fb1492823ba /src/client/views/DocViewUtils.ts
parent63772da2b6f07365023d10c5df93c1e8c4f0b6b6 (diff)
moved audio annotation indicator/playback button to TagsView. cleaned up tagsview colors and unobscured by bottom resizer
Diffstat (limited to 'src/client/views/DocViewUtils.ts')
-rw-r--r--src/client/views/DocViewUtils.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/DocViewUtils.ts b/src/client/views/DocViewUtils.ts
index 1f5f29c7e..5710187b5 100644
--- a/src/client/views/DocViewUtils.ts
+++ b/src/client/views/DocViewUtils.ts
@@ -1,6 +1,3 @@
-/* eslint-disable prefer-destructuring */
-/* eslint-disable default-param-last */
-/* eslint-disable no-use-before-define */
import { runInAction } from 'mobx';
import { Doc, SetActiveAudioLinker } from '../../fields/Doc';
import { DocUtils } from '../documents/DocUtils';