[RDView] 修复 hsb 属性读取异常和渲染异常

This commit is contained in:
OLDREDSTONE 2026-01-16 23:31:09 +08:00
parent e12b104c8b
commit 38010a85e9

View File

@ -966,7 +966,6 @@ function createElementEvent(obj, style) {
} }
if (!slices.has(key0)) { if (!slices.has(key0)) {
if (!slices.has("event_Unknown")) { if (!slices.has("event_Unknown")) {
console.log(slices);
return null; return null;
} }
key0 = "event_Unknown"; key0 = "event_Unknown";