fix: clean up

This commit is contained in:
Raju Udava
2026-03-07 08:04:19 +00:00
committed by mertmit
parent 9823cb85ce
commit ed6c88bd02
2 changed files with 5 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ const isOptionVisible = (option: RichTextBubbleMenuOptions) => {
return false
}
if (hiddenOptions.value.includes(option)) return false
if (isFormField.value) return !hiddenOptions.value.includes(option)
return true