🐛 Fix: using fixit-encryptor shortcode in an unencrypted article caused other styles of the article to not take effect

Fixes #410
This commit is contained in:
Cell
2024-04-24 10:35:13 +08:00
parent 6c83d0630c
commit 20433ed50d
+2 -1
View File
@@ -1168,7 +1168,8 @@ class FixIt {
try {
if (this.config.encryption) {
this.initFixItDecryptor();
} else if (!this.config.encryption?.all) {
}
if (!this.config.encryption?.all) {
this.initTwemoji();
this.initDetails();
this.initLightGallery();