Allow context menu items to prevent dismissal

This commit is contained in:
John Furrow
2016-06-17 22:03:57 -07:00
parent acca716481
commit f804be69ca
3 changed files with 7 additions and 2 deletions

View File

@@ -45,8 +45,6 @@ export default class PriorityMeter extends React.Component {
}
handleClick(event) {
event.stopPropagation();
let level = this.getPriorityLevel();
if (level++ >= this.props.maxLevel) {