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
|
// 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…
Reference in a new issue