Files
typst-leaf/typst-leaf-frontend
nav.sikand 7618476b60 fix: stabilize preview-to-editor SyncTeX jumps
- Replace jumpHandledRef boolean with lastHandledTargetRef so rapid
  preview clicks are tracked per-target and not swallowed by a stale
  global flag.
- Wrap the Monaco editor in a ResizeObserver container and call
  editor.layout() before revealRangeInCenter so container resizes
  (sidebar, window) don't break scroll-to-target.
- Harden tinymist/preview/scrollSource handler against missing or
  non-string filepath payloads.
2026-07-02 00:46:29 +05:30
..

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.