3c4899b3c4
* 🐛 Handle middle mouse click on feed list items * ♻️ Refactor the event listener and turn it into a dedicated hook for web * 🧹 Cleanup unnecessary Link changes * Fix import * Create native version of useAuxClick --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
3 lines
62 B
TypeScript
3 lines
62 B
TypeScript
// does nothing in native
|
|
export const useAuxClick = () => {}
|