File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " draft-js-undo-plugin" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " Undo Plugin for DraftJS" ,
5
5
"author" : {
6
6
"name" : " Nik Graf" ,
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ describe('RedoButton', () => {
97
97
children = "redo"
98
98
/>
99
99
) ;
100
- result . find ( 'button' ) . simulate ( 'click' , { stopPropagation : ( ) => undefined } ) ;
100
+ result . find ( 'button' ) . simulate ( 'click' , { stopPropagation : ( ) => undefined } ) ;
101
101
expect ( onChange ) . to . have . been . calledOnce ;
102
102
} ) ;
103
103
} ) ;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ describe('UndoButton', () => {
96
96
children = "redo"
97
97
/>
98
98
) ;
99
- result . find ( 'button' ) . simulate ( 'click' , { stopPropagation : ( ) => undefined } ) ;
99
+ result . find ( 'button' ) . simulate ( 'click' , { stopPropagation : ( ) => undefined } ) ;
100
100
expect ( onChange ) . to . have . been . calledOnce ;
101
101
} ) ;
102
102
} ) ;
You can’t perform that action at this time.
0 commit comments