1
0
silverbullet/web
Ian Shehadeh fee2c5928e
Prevent duplicate tap events (#436)
* prevent duplicate click events on mobile

* prevent duplicate mouse events on mobile safari

* only prevent default event on links

I think I misunderstood what was going on originally, mouse and click
weren't both triggering  it was the default event from the a reference.

So, only prevent default behavior on a e;ements, since default handlers
are needed on navigation.

Oddly, this I've only noticed this fixing navigation on firefox simulator.
It wasn't needed on firefox.
2023-06-28 19:36:22 +02:00
..
cm_plugins Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
components Sync progress circle 2023-06-14 20:58:08 +02:00
fonts Refactor of asset bundles 2022-10-12 11:47:13 +02:00
hooks SilverBullet pivot to become an offline-first PWA (#403) 2023-05-23 20:53:53 +02:00
images SilverBullet pivot to become an offline-first PWA (#403) 2023-05-23 20:53:53 +02:00
styles Sync progress circle 2023-06-14 20:58:08 +02:00
syscalls Add Fold: Toggle Fold command 2023-06-17 09:01:32 +02:00
auth.html Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
boot.ts Alert when indexeddb not available 2023-05-24 05:42:24 +02:00
collab_manager.ts Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
commands.ts Refactor of asset bundles 2022-10-12 11:47:13 +02:00
deps.ts Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
editor.tsx Prevent duplicate tap events (#436) 2023-06-28 19:36:22 +02:00
index.html SilverBullet pivot to become an offline-first PWA (#403) 2023-05-23 20:53:53 +02:00
logout.html Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
manifest.json SilverBullet pivot to become an offline-first PWA (#403) 2023-05-23 20:53:53 +02:00
navigator.ts Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
reducer.ts Sync progress circle 2023-06-14 20:58:08 +02:00
service_worker.ts Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
space.ts Real-time collaboration within space (#411) 2023-06-13 20:47:05 +02:00
style.ts Major directive refactor (#195) 2022-12-14 20:04:20 +01:00
sync_service.ts Sync progress circle 2023-06-14 20:58:08 +02:00
types.ts Sync progress circle 2023-06-14 20:58:08 +02:00
watcher.ts Migrate to Deno (#86) 2022-10-10 14:50:21 +02:00