···4848 }
49495050 if (pos?.offset !== undefined) {
5151- el?.focus();
5151+ // trying to focus the block in a subpage causes the page to flash and scroll back to the parent page.
5252+ // idk how to fix so i'm giving up -- celine
5353+ // el?.focus();
5254 requestAnimationFrame(() => {
5355 el?.setSelectionRange(pos.offset, pos.offset);
5456 });