aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/ParagraphNodeSpec.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-30 13:28:15 -0400
committerbobzel <zzzman@gmail.com>2024-04-30 13:28:15 -0400
commitdaeae9db15372b8bd5f5aab387988051341c9209 (patch)
tree0fc06306943c26844c4690840bf1a594901537e8 /src/client/views/nodes/formattedText/ParagraphNodeSpec.ts
parent6de58d7ecbfd14beb7389c6ff56e764b5c00ba25 (diff)
broke out clusters code from freeformview to its own file. cleaned up a bit.
Diffstat (limited to 'src/client/views/nodes/formattedText/ParagraphNodeSpec.ts')
-rw-r--r--src/client/views/nodes/formattedText/ParagraphNodeSpec.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/ParagraphNodeSpec.ts b/src/client/views/nodes/formattedText/ParagraphNodeSpec.ts
index 6c88a0d29..8799964b3 100644
--- a/src/client/views/nodes/formattedText/ParagraphNodeSpec.ts
+++ b/src/client/views/nodes/formattedText/ParagraphNodeSpec.ts
@@ -1,4 +1,3 @@
-/* eslint-disable import/extensions */
import { Node, DOMOutputSpec } from 'prosemirror-model';
import clamp from '../../../util/clamp';
import convertToCSSPTValue from '../../../util/convertToCSSPTValue';