* fix color check

* update lock file
This commit is contained in:
Philipinho
2025-03-22 12:31:01 +00:00
parent 442fa23399
commit 37e760d76c
2 changed files with 14 additions and 14 deletions

View File

@ -157,7 +157,7 @@ export const ColorSelector: FC<ColorSelectorProps> = ({
}
onClick={() => {
editor.commands.unsetColor();
name !== t("Default") &&
name !== "Default" &&
editor
.chain()
.focus()