mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
Allow context menu items to prevent dismissal
This commit is contained in:
@@ -45,8 +45,6 @@ export default class PriorityMeter extends React.Component {
|
||||
}
|
||||
|
||||
handleClick(event) {
|
||||
event.stopPropagation();
|
||||
|
||||
let level = this.getPriorityLevel();
|
||||
|
||||
if (level++ >= this.props.maxLevel) {
|
||||
|
||||
Reference in New Issue
Block a user