aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Doc.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-07 10:20:19 -0500
committerbobzel <zzzman@gmail.com>2025-03-07 10:20:19 -0500
commitccf4d9438012ed7d2e19e4a55166f1bc6ce3e952 (patch)
tree7abcd16999f6225bb5b677de89a6c94141803d3a /src/fields/Doc.ts
parent696ae072b1f00d616450d76bc016aebcc1c102fc (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.ts4
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();
-});