diff options
author | Fawn <fangrui_tong@brown.edu> | 2020-01-09 16:48:06 -0500 |
---|---|---|
committer | Fawn <fangrui_tong@brown.edu> | 2020-01-09 16:48:06 -0500 |
commit | af7e82e1c5314571457724e351aba191b20a0d01 (patch) | |
tree | 8d8c3d11780d3e7aba5bdbd4bcd1b27e42830b5a /src | |
parent | 5abc4de3c3495db71b0a9bcbe2468828f674eff3 (diff) |
minor clean
Diffstat (limited to 'src')
-rw-r--r-- | src/client/util/RichTextMenu.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/util/RichTextMenu.tsx b/src/client/util/RichTextMenu.tsx index 375c10da3..a5de8d7a9 100644 --- a/src/client/util/RichTextMenu.tsx +++ b/src/client/util/RichTextMenu.tsx @@ -714,9 +714,6 @@ export default class RichTextMenu extends AntimodeMenu { } interface ButtonDropdownProps { - // Document: Doc; - // remove: (self: ImportMetadataEntry) => void; - // next: () => void; view?: EditorView; button: JSX.Element; dropdownContent: JSX.Element; |