feat: not-hidden combination

This commit is contained in:
relikd
2025-11-06 01:25:35 +01:00
parent 2d16cb666b
commit cfb6b17bc7
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import Foundation
let CLASS_HIDDEN = "hiddenDiv"
let CLASS_HIDDEN = "hidden"
let CLASS_VISIBLE = ""
struct PreviewGenerator {