Skip to content

Commit 7f5f1e3

Browse files
committed
chore: cleanup standalone flag
1 parent 2f53405 commit 7f5f1e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/ngx-tiptap/src/lib/bubble-menu.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { BubbleMenuPlugin, BubbleMenuPluginProps } from '@tiptap/extension-bubbl
77

88
@Directive({
99
selector: 'tiptap-bubble-menu[editor], [tiptapBubbleMenu][editor]',
10-
standalone: true,
1110
})
1211
export class TiptapBubbleMenuDirective implements OnInit, OnDestroy {
1312
private elRef = inject<ElementRef<HTMLElement>>(ElementRef);

0 commit comments

Comments
 (0)