This commit is contained in:
tophf 2022-01-24 03:31:34 +03:00
parent 95869d0337
commit 7858fb06aa

View File

@ -335,7 +335,7 @@ const styleMan = (() => {
return (dataMap.get(Number(id)) || {}).style; return (dataMap.get(Number(id)) || {}).style;
} }
/** @returns {?string} */ /** @returns {?StyleObj} */
function uuid2style(uuid) { function uuid2style(uuid) {
return id2style(uuidIndex.get(uuid)); return id2style(uuidIndex.get(uuid));
} }