Skip to content

Commit c6daf7c

Browse files
committed
remove unused css class
1 parent 16f7b22 commit c6daf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/esm/enhanced-textbox.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class EnhancedTextbox {
8181
if (value && separator == "??") {
8282
return `<span class='placeholder-conditional'>((${name}${separator}</span>${value}))`;
8383
} else if (value && separator == "::") {
84-
return `<span class='placeholder-typed placeholder-unsafe'>((${name}</span>${separator}${value}))`;
84+
return `<span class='placeholder-unsafe'>((${name}</span>${separator}${value}))`;
8585
} else {
8686
return `<span class='placeholder'>((${name}${value}))</span>`;
8787
}

0 commit comments

Comments
 (0)