mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +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;
|
showExpandOption = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
let transition = new TransitionModel('edition', 'editionId', 'bitcoin_id');
|
let transition = new TransitionModel('edition', 'editionId', 'bitcoin_id', (e) => e.stopPropagation() );
|
||||||
|
|
||||||
let columnList = [
|
let columnList = [
|
||||||
new ColumnModel(
|
new ColumnModel(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user