a tiny atproto handle typeahead web component
atproto bluesky
44
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix enter button to select

Signed-off-by: jolheiser <git@jolheiser.com>

authored by jolheiser.com and committed by

Tangled 2868a6f0 50cc64db

+1 -1
+1 -1
actor-typeahead.js
··· 214 214 215 215 case "Enter": 216 216 evt.preventDefault(); 217 - this.#shadow.querySelectorAll("button")[this.#index]?.click(); 217 + this.#shadow.querySelectorAll("button")[this.#index]?.dispatchEvent(new PointerEvent("pointerup", { bubbles: true })); 218 218 break; 219 219 } 220 220 }