fix(MessageLogger): Fix module not being found (#338)

main
Nuckyz 2 years ago committed by GitHub
parent c257f86576
commit 456164253d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -287,7 +287,7 @@ export default definePlugin({
{ {
// Attachment renderer // Attachment renderer
// Module 96063 // Module 96063
find: "[\"className\",\"attachment\",\"inlineMedia\"]", find: "[\"className\",\"attachment\",\"inlineMedia\"",
replacement: [ replacement: [
{ {
match: /((\w)\.className,\w=\2\.attachment),/, match: /((\w)\.className,\w=\2\.attachment),/,

Loading…
Cancel
Save