mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
fix(nx/client): assets and inline SVG for CKEditor plugins
This commit is contained in:
@@ -15,7 +15,7 @@ export default class CutToNotePlugin extends Plugin {
|
||||
console.log("Got ", scissorsIcon);
|
||||
view.set( {
|
||||
label: 'Cut & paste selection to sub-note',
|
||||
// icon: scissorsIcon,
|
||||
icon: scissorsIcon,
|
||||
tooltip: true
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user