diff options
author | bobzel <zzzman@gmail.com> | 2020-08-03 18:41:18 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-03 18:41:18 -0400 |
commit | 78c99446f284f7ac8e5443f77227ae5edbfd2aaf (patch) | |
tree | 5720bc66e663c97ceee220d88cbcf03e89b37f8d /src/fields/util.ts | |
parent | ef5dbc6ad8bdb70f3e68d2fc4ace1a483b031add (diff) |
made always show link end a contextMenu option
Diffstat (limited to 'src/fields/util.ts')
-rw-r--r-- | src/fields/util.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/util.ts b/src/fields/util.ts index 957b2c8cd..44a3317db 100644 --- a/src/fields/util.ts +++ b/src/fields/util.ts @@ -10,7 +10,6 @@ import { DocServer } from "../client/DocServer"; import { ComputedField } from "./ScriptField"; import { ScriptCast, StrCast } from "./Types"; import { returnZero } from "../Utils"; -import { addSyntheticLeadingComment } from "typescript"; function _readOnlySetter(): never { |