🐛 Handle middle mouse click on feed list items (#1469)

* 🐛 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>
This commit is contained in:
Foysal Ahamed
2023-09-18 23:34:12 +02:00
committed by GitHub
parent 255beb0c1f
commit 3c4899b3c4
4 changed files with 50 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
// does nothing in native
export const useAuxClick = () => {}