diff options
author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-07-29 13:23:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 13:23:10 -0400 |
commit | 06daf2b00d8b906108905ca9bc5665b1b1b8007c (patch) | |
tree | 416a98cd8fe34dfb7ad9827941c13f3d4892f2c8 /src/client/documents/Documents.ts | |
parent | e7ea2028f54787d6c92fb22b789f17b7268d3793 (diff) | |
parent | 18663c72459d551d154a555194ecb88729af574f (diff) |
Merge pull request #226 from browngraphicslab/context_menu
Context menu undoability improvements, minor sam-templating fixes
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index ee1b9fd0d..18709499a 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -164,7 +164,6 @@ export namespace Docs { [DocumentType.LINKDOC, { data: new List<Doc>(), layout: { view: EmptyBox }, - options: {} }], [DocumentType.BUTTON, { layout: { view: ButtonBox }, |