From 16011f38a4a265e1f6ebaee719959127fddcb99d Mon Sep 17 00:00:00 2001 From: Riccardo Giorato Date: Sun, 28 Dec 2025 13:16:05 +0100 Subject: [PATCH] Add native share support with clipboard fallback --- components/editor/comic-canvas.tsx | 74 ++++++++++++++++++++---------- 1 file changed, 51 insertions(+), 23 deletions(-) diff --git a/components/editor/comic-canvas.tsx b/components/editor/comic-canvas.tsx index ec860c6..8c88134 100644 --- a/components/editor/comic-canvas.tsx +++ b/components/editor/comic-canvas.tsx @@ -174,29 +174,57 @@ export function ComicCanvas({ )} -