diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-12-03 14:02:12 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-12-03 14:02:12 -0500 |
commit | 9a0787aafb623ce0aa043419533b51378f56e070 (patch) | |
tree | 782f17ac0761673500cf20ffb42959d3e1fe0687 /src/client/util/RichTextSchema.tsx | |
parent | 0961e03a6ba250fa8aa813d763975c5d25082349 (diff) |
fixes to rich text embedded notes & focus behavior. fixes to compile errors in passport/routemanager/Initiatlization
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index ec632d1da..3b786e61d 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -730,7 +730,6 @@ export class DashDocView { this._dashSpan.style.height = node.attrs.height; this._dashSpan.style.position = "absolute"; this._dashSpan.style.display = "inline-block"; - this._dashSpan.style.borderWidth = "4"; const removeDoc = () => { const pos = getPos(); const ns = new NodeSelection(view.state.doc.resolve(pos)); |