openpencil/src
Danila Poyarkov b1808acac8 Fix clipboard: use native copy/paste events instead of async Clipboard API
navigator.clipboard.read() requires clipboard-read permission and
silently fails on localhost. Use copy/cut/paste DOM events instead —
the browser provides clipboardData synchronously, no permissions needed.
2026-02-27 23:25:27 +03:00
..
components Add text editing with Paragraph API and inline overlay 2026-02-27 22:57:39 +03:00
composables Fix clipboard: use native copy/paste events instead of async Clipboard API 2026-02-27 23:25:27 +03:00
engine Figma-compatible clipboard: paste from Figma, copy/cut between instances 2026-02-27 23:23:44 +03:00
kiwi Add .fig file import (Kiwi codec → scene graph) 2026-02-27 23:01:35 +03:00
stores Fix clipboard: use native copy/paste events instead of async Clipboard API 2026-02-27 23:25:27 +03:00
App.vue Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00
env.d.ts Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00
main.ts Migrate React → Vue 3 + VueUse + Reka UI 2026-02-27 21:25:31 +03:00