mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some debugging
This commit is contained in:
parent
b719a8aa74
commit
678de05e3d
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ export function SetLabelsModal(props: SetLabelsModalProps): JSX.Element {
|
|||
|
||||
const safeOnOpenChange = useCallback(
|
||||
(open: boolean) => {
|
||||
console.log('safe on open change called')
|
||||
document.body.style.removeProperty('pointer-events')
|
||||
props.onOpenChange(open)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue