From 3f5239706f4e16fcf6c4c94b6caf85bca2d92d87 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 29 Aug 2025 23:41:46 +0300 Subject: [PATCH] feat(text_snippets): support color class as well --- apps/client/src/widgets/type_widgets/ckeditor/snippets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/type_widgets/ckeditor/snippets.ts b/apps/client/src/widgets/type_widgets/ckeditor/snippets.ts index 86dc8b077..1c282d5bf 100644 --- a/apps/client/src/widgets/type_widgets/ckeditor/snippets.ts +++ b/apps/client/src/widgets/type_widgets/ckeditor/snippets.ts @@ -52,7 +52,7 @@ function buildIcon(snippet: FNote) { return /*xml*/`\ - + ` }