chore(dx/client): fix SVG icons causing errors in CKEditor

This commit is contained in:
Elian Doran
2025-08-31 19:26:47 +03:00
parent 46cb869237
commit 5f1d2f02ee
18 changed files with 31 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
import kbdIcon from '../theme/icons/kbd.svg';
import kbdIcon from '../theme/icons/kbd.svg?raw';
import './augmentation.js';
export { default as Kbd } from './kbd.js';

View File

@@ -1,5 +1,5 @@
import { AttributeCommand, ButtonView, Plugin } from 'ckeditor5';
import kbdIcon from '../theme/icons/kbd.svg';
import kbdIcon from '../theme/icons/kbd.svg?raw';
const KBD = 'kbd';