From 19e9455f1d39b1baa2514b68212014525b63ac44 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 1 Mar 2026 18:11:30 -0800 Subject: [PATCH] fix: make folk-rapp header a drag handle so shapes can be grabbed folk-rapp used class "rapp-header" but the drag detection in folk-shape checks for ".header" or "[data-drag]". Added both so the rapp header works as a drag handle like every other shape type. Co-Authored-By: Claude Opus 4.6 --- lib/folk-rapp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/folk-rapp.ts b/lib/folk-rapp.ts index 2b3a4b4..42c6fba 100644 --- a/lib/folk-rapp.ts +++ b/lib/folk-rapp.ts @@ -358,7 +358,7 @@ export class FolkRApp extends FolkShape { const wrapper = document.createElement("div"); wrapper.innerHTML = html` -
+
${headerBadge} ${headerName}