mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
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) {
|
if (evt && evt.target !== evt.currentTarget) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
console.log("MEOW", evt)
|
|
||||||
evt?.stopPropagation()
|
evt?.stopPropagation()
|
||||||
setState(null)
|
setState(null)
|
||||||
if (history.state?.[historyStateKey]) {
|
if (history.state?.[historyStateKey]) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue