mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
chore(ckeditor5/plugins): integrate uploadimage
This commit is contained in:
@@ -12,7 +12,6 @@ export default class CutToNotePlugin extends Plugin {
|
||||
this.editor.ui.componentFactory.add( 'cutToNote', locale => {
|
||||
const view = new ButtonView( locale );
|
||||
|
||||
console.log("Got ", scissorsIcon);
|
||||
view.set( {
|
||||
label: 'Cut & paste selection to sub-note',
|
||||
icon: scissorsIcon,
|
||||
|
||||
Reference in New Issue
Block a user