mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-02 06:22:42 -08:00
fix: address claude review action items
This commit is contained in:
@@ -111,7 +111,7 @@ function applyInlineStyleDeclarations(
|
||||
}
|
||||
|
||||
const cssValue = String(value);
|
||||
if (key.startsWith('-') || key.includes('-')) {
|
||||
if (key.includes('-')) {
|
||||
target.style.setProperty(key, cssValue);
|
||||
if (key === '--webkit-text-stroke') {
|
||||
target.style.setProperty('-webkit-text-stroke', cssValue);
|
||||
|
||||
Reference in New Issue
Block a user