mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 03:17:11 +00:00
fix: clean up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user