Fix Portal broad event stopper (#4674)
This commit is contained in:
parent
7a773b42bf
commit
9ff427caaf
@ -146,7 +146,6 @@ export default class Portal extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stopEvent = (event) => {
|
stopEvent = (event) => {
|
||||||
event.preventDefault();
|
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user