We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942d5bd commit b89b6baCopy full SHA for b89b6ba
src/composables/graph/contextMenuConverter.ts
@@ -749,13 +749,3 @@ function stripHtmlTags(html: string): string {
749
temp.innerHTML = html
750
return temp.textContent || temp.innerText || html
751
}
752
-
753
-/**
754
- * Check if a menu option already exists in the list by label
755
- */
756
-export function menuOptionExists(
757
- options: MenuOption[],
758
- label: string
759
-): boolean {
760
- return options.some((opt) => opt.label === label)
761
-}
0 commit comments