forked from Mirrors/gomuks
web/modal: remove debug print
This commit is contained in:
parent
42a97c8c1b
commit
4885dab2e1
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ const ModalWrapper = ({ children, ContextType, historyStateKey }: ModalWrapperPr
|
|||
if (evt && evt.target !== evt.currentTarget) {
|
||||
return
|
||||
}
|
||||
console.log("MEOW", evt)
|
||||
evt?.stopPropagation()
|
||||
setState(null)
|
||||
if (history.state?.[historyStateKey]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue