Commit 13fbb16 1 parent 4835cff commit 13fbb16 Copy full SHA for 13fbb16
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.2.6 2023-10
4
4
5
+ * [ Deprecated ` loaded-protyle ` use ` loaded-protyle-static ` instead] ( https://github.com/siyuan-note/siyuan/issues/9468 )
6
+
5
7
## 0.2.5 2023-10-10
6
8
7
9
* [ Add plugin event bus ` open-menu-doctree ` ] ( https://github.com/siyuan-note/siyuan/issues/9351 )
Original file line number Diff line number Diff line change @@ -457,15 +457,15 @@ export default class PluginSample extends Plugin {
457
457
}
458
458
} , {
459
459
icon : "iconSelect" ,
460
- label : "On loaded-protyle" ,
460
+ label : "On loaded-protyle-static " ,
461
461
click : ( ) => {
462
- this . eventBus . on ( "loaded-protyle" , this . eventBusLog ) ;
462
+ this . eventBus . on ( "loaded-protyle-static " , this . eventBusLog ) ;
463
463
}
464
464
} , {
465
465
icon : "iconClose" ,
466
- label : "Off loaded-protyle" ,
466
+ label : "Off loaded-protyle-static " ,
467
467
click : ( ) => {
468
- this . eventBus . off ( "loaded-protyle" , this . eventBusLog ) ;
468
+ this . eventBus . off ( "loaded-protyle-static " , this . eventBusLog ) ;
469
469
}
470
470
} , {
471
471
icon : "iconSelect" ,
You can’t perform that action at this time.
0 commit comments