refactor: code style

This commit is contained in:
Philipp Kühn
2021-04-16 11:11:41 +02:00
parent d7282f168b
commit 76b1e58657

View File

@@ -23,11 +23,7 @@ export class BubbleMenuView {
public tippy: any = null
constructor({
editor,
element,
view,
}: BubbleMenuViewProps) {
constructor({ editor, element, view }: BubbleMenuViewProps) {
this.editor = editor
this.element = element
this.view = view