mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 15:12:39 +10:00
* fix color check
* update lock file
This commit is contained in:
@ -157,7 +157,7 @@ export const ColorSelector: FC<ColorSelectorProps> = ({
|
||||
}
|
||||
onClick={() => {
|
||||
editor.commands.unsetColor();
|
||||
name !== t("Default") &&
|
||||
name !== "Default" &&
|
||||
editor
|
||||
.chain()
|
||||
.focus()
|
||||
|
||||
Reference in New Issue
Block a user