mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
chore(dx/client): fix SVG icons causing errors in CKEditor
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
import { Plugin, addListToDropdown, createDropdown, ListDropdownItemDefinition, SplitButtonView, ViewModel } from 'ckeditor5';
|
||||
|
||||
import '../theme/blockquote.css';
|
||||
import admonitionIcon from '../theme/icons/admonition.svg';
|
||||
import admonitionIcon from '../theme/icons/admonition.svg?raw';
|
||||
import { AdmonitionType } from './admonitioncommand.js';
|
||||
import { Collection } from 'ckeditor5';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import admonitionIcon from '../theme/icons/admonition.svg';
|
||||
import admonitionIcon from '../theme/icons/admonition.svg?raw';
|
||||
import './augmentation.js';
|
||||
import "../theme/blockquote.css";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user