diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-23 21:24:50 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-23 21:24:50 -0400 |
commit | 786572f3cd674459f55b7f66e8eb257026f373ef (patch) | |
tree | 47f0b8426a152d492b204f64b445ab18ad9cd14b /src/new_fields/util.ts | |
parent | 5d6d6232c1597beb403750625e0bb6797ef6fe0a (diff) |
fixed RichTextMenu to not obscure selection. fixed templateMenu to display a TreeView document of options. fixed resize in docDecorations for dragging corners other than bottom-right.
Diffstat (limited to 'src/new_fields/util.ts')
-rw-r--r-- | src/new_fields/util.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/new_fields/util.ts b/src/new_fields/util.ts index 6d7f6b56e..3ab1b299b 100644 --- a/src/new_fields/util.ts +++ b/src/new_fields/util.ts @@ -7,7 +7,6 @@ import { ObjectField } from "./ObjectField"; import { action, trace } from "mobx"; import { Parent, OnUpdate, Update, Id, SelfProxy, Self } from "./FieldSymbols"; import { DocServer } from "../client/DocServer"; -import { props } from "bluebird"; function _readOnlySetter(): never { throw new Error("Documents can't be modified in read-only mode"); |