Fix hotkeys causing crashes on native
This commit is contained in:
committed by
vineyardbovines
parent
7dd260fa98
commit
e15b03bea2
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
|
||||
export function Provider({children}: React.PropsWithChildren<unknown>) {
|
||||
return <>{children}</>
|
||||
}
|
||||
|
||||
export function useHotkeysContext() {
|
||||
return {
|
||||
enableScope: () => {},
|
||||
disableScope: () => {},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user