Update ImageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2022-09-04 03:01:19 +02:00 committed by GitHub
parent 56a2988177
commit b510da9b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ module.exports = (_ => {
LazyImage: ["componentDidMount", "componentDidUpdate"],
LazyImageZoomable: "render",
Spoiler: "render",
UserThemeBanner: "default"
UserThemeBanner: "default",
UserBanner: "default"
}
};