fix(MessageLogger): Fix module not being found (#338)
This commit is contained in:
parent
c257f86576
commit
456164253d
@ -287,7 +287,7 @@ export default definePlugin({
|
||||
{
|
||||
// Attachment renderer
|
||||
// Module 96063
|
||||
find: "[\"className\",\"attachment\",\"inlineMedia\"]",
|
||||
find: "[\"className\",\"attachment\",\"inlineMedia\"",
|
||||
replacement: [
|
||||
{
|
||||
match: /((\w)\.className,\w=\2\.attachment),/,
|
||||
|
Loading…
Reference in New Issue
Block a user