mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-07-04 08:00:11 +00:00
add onContextMenu event (#556)
This commit is contained in:
@@ -5,7 +5,8 @@ const events = [
|
||||
'onClick',
|
||||
'onDoubleClick',
|
||||
'onMouseEnter',
|
||||
'onMouseLeave'
|
||||
'onMouseLeave',
|
||||
'onContextMenu'
|
||||
];
|
||||
|
||||
export default ExtendBase =>
|
||||
|
||||
Reference in New Issue
Block a user