File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 10101 . Fixed persistent arena background
11111 . Fixed in-game emotes not being disabled
12121 . Fixed some spectate events not working
13+ 1 . Fixed a bug when spectating as a guest
14+ ### Misc
15+ 1 . Battle log now shows artifact details
16+ ### Plugins
17+ 1 . Added ` pre:appendCard() ` event
1318
1419## Version 0.48.0 (2022-01-23)
1520### New Features
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { globalSet } from '../../utils/global';
33
44eventManager . on ( ':loaded' , ( ) => {
55 globalSet ( 'appendCard' , function appendCard ( card , container ) {
6+ eventManager . emit ( 'pre:appendCard()' , card ) ;
67 const element = this . super ( card , container ) ;
78 eventManager . emit ( 'appendCard()' , {
89 card, element,
You can’t perform that action at this time.
0 commit comments