-
Notifications
You must be signed in to change notification settings - Fork 7
Labels
bugSomething isn't workingSomething isn't working
Description
When i open a post with e.g. a paragraph with bold text.
The search and replace removes the html inside the paragraph.
See video.
This is only the first time. The seconds time the replace is called it works.
cause:
in app.tsx line 207:
const oldAttr = attributes[ attribute ].text || attributes[ attribute ];
possible solution
const oldAttr = attributes[ attribute ].originalHTML || attributes[ attribute ];
unless this breaks something else.
bug-search-and-replace.mp4
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working