fix(keybindings): add check function property and exclude checkbox from focus check #402
Annotations
5 errors
build / build:
demo/keybindings/demo-keybindings.ts#L30
Argument of type '{ activity: symbol; callback: () => void; }' is not assignable to parameter of type 'ActivityHandler'.
|
build / build:
demo/keybindings/demo-keybindings.ts#L38
Argument of type '{ activity: symbol; callback: () => void; }' is not assignable to parameter of type 'ActivityHandler'.
|
build / build:
demo/keybindings/demo-keybindings.ts#L109
Argument of type '{ activity: symbol; callback: () => void; element: () => HTMLElement; }' is not assignable to parameter of type 'ActivityHandler'.
|
build / build:
demo/keybindings/demo-keybindings.ts#L113
Argument of type '{ activity: symbol; callback: () => void; element: () => HTMLElement; }' is not assignable to parameter of type 'ActivityHandler'.
|
build / build
Process completed with exit code 2.
|