diff options
author | bobzel <zzzman@gmail.com> | 2025-03-07 10:20:19 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-07 10:20:19 -0500 |
commit | ccf4d9438012ed7d2e19e4a55166f1bc6ce3e952 (patch) | |
tree | 7abcd16999f6225bb5b677de89a6c94141803d3a /src/fields/Doc.ts | |
parent | 696ae072b1f00d616450d76bc016aebcc1c102fc (diff) |
cleaned up RTF creation w/ styles. fixed scripting compile bug when unused functions were considered not found.
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r-- | src/fields/Doc.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts index 805bb4526..dc4a5a011 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -1797,7 +1797,3 @@ ScriptingGlobals.add(function setDocRangeFilter(container: Doc, key: string, ran ScriptingGlobals.add(function toJavascriptString(str: string) { return Field.toJavascriptString(str as FieldType); }); -// eslint-disable-next-line prefer-arrow-callback -ScriptingGlobals.add(function RtfField() { - return RichTextField.RTFfield(); -}); |