mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
chore(dx/client): fix SVG icons causing errors in CKEditor
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user