diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-01-30 22:37:44 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-01-30 22:37:44 -0500 |
commit | f93abfc577225cc04eb94d67c62eec67d7e22bca (patch) | |
tree | f55b1dce712b2c4585ccad56bd3af34ed7901213 /src/client/util/RichTextSchema.tsx | |
parent | 2a7bd44a40b472f5a99c60fcb865aa67dcbe3983 (diff) |
changed hideSidebar to showSidebar. added contextmenu for choosing pivot field.
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 287a1049b..9e4f06919 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -790,7 +790,6 @@ export class DashDocView { } doRender(dashDoc: Doc, removeDoc: any, node: any, view: any, getPos: any) { this._dashDoc = dashDoc; - dashDoc._hideSidebar = true; if (node.attrs.width !== dashDoc._width + "px" || node.attrs.height !== dashDoc._height + "px") { try { // bcz: an exception will be thrown if two aliases are open at the same time when a doc view comment is made view.dispatch(view.state.tr.setNodeMarkup(getPos(), null, { ...node.attrs, width: dashDoc._width + "px", height: dashDoc._height + "px" })); |