ref: hide all html tags by default

This commit is contained in:
relikd
2025-11-28 13:05:03 +01:00
parent 5cd7034fc8
commit 71d1b35aac
7 changed files with 13 additions and 11 deletions

View File

@@ -27,7 +27,6 @@ extension PreviewGenerator {
entitlements.applyFallbackIfNeeded(provisionPlist?["Entitlements"] as? PlistDict)
if entitlements.html == nil && !entitlements.hasError {
self.apply(["EntitlementsHidden" : CLASS_HIDDEN])
return
}