Skip to content

Commit 6a0f541

Browse files
mbreiserclaude
andcommitted
fix: render drag handle character literal instead of unicode escape
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3c470fd commit 6a0f541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

experiment_designer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848

849849
/* Drag handle indicator on condition blocks */
850850
.timeline-block.condition::before {
851-
content: '\u2807';
851+
content: '';
852852
position: absolute;
853853
top: 2px;
854854
left: 4px;

0 commit comments

Comments
 (0)