shx-3d-render

main
Jan Umbach 2024-06-23 00:14:54 +02:00
parent 569c3332fb
commit 5d298ebde1
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,8 @@
"12": { "12": {
"name": "Gold (Glänzend)", "name": "Gold (Glänzend)",
"hex": "#8c5f11", "hex": "#8c5f11",
"silk": true "silk": true,
"metallic": true
}, },
"13": { "13": {
"name": "Rot (Glänzend)", "name": "Rot (Glänzend)",

View File

@ -68,7 +68,6 @@
} }
show() { show() {
return;
if(this.hideTimeout) { if(this.hideTimeout) {
clearTimeout(this.hideTimeout); clearTimeout(this.hideTimeout);
} }