Tags: steveoni/kbar
Tags
fix: prevent the escape key from minimizing Safari (timc1#265) * fix: prevent the escape key from minimizing Safari Safari uses the escape key as a shortcut for exiting full screen. Stopping propagation is _not_ enough to prevent this behaviour. Use `preventDefault` instead of `stopPropagation` to avoid messing with the users' browser experience. Closes: timc1#264 * fix: stop propagation in addition to preventing default
chore(dependencies): add React v18 support (timc1#222) * chore(dependencies): add React v18 support * chore(dependencies): add React v18 support
feat: priority (timc1#190) * feat: priority * chore: helpers * cleanup * command score & finer fuzzy search * cleanup * tests * cleanup * move tests to root * ci run test * docs
Added support for passi 3D9E ng through `onKeyDown` in KBarSearch component (… …timc1#189) * Added support for passing through `onKeyDown` in KBarSearch component * Move `props` spreading
PreviousNext