mirror of
https://github.com/ascribe/onion.git
synced 2025-01-22 23:56:53 +01:00
stop propagation when clicking on an edition link (selection)
This commit is contained in:
parent
c538cd757e
commit
ec0c668dbf
@ -113,7 +113,7 @@ let AccordionListItemTableEditions = React.createClass({
|
||||
showExpandOption = true;
|
||||
}
|
||||
|
||||
let transition = new TransitionModel('edition', 'editionId', 'bitcoin_id');
|
||||
let transition = new TransitionModel('edition', 'editionId', 'bitcoin_id', (e) => e.stopPropagation() );
|
||||
|
||||
let columnList = [
|
||||
new ColumnModel(
|
||||
|
Loading…
Reference in New Issue
Block a user