Skip to content

Fix dynamic text replacements overwriting removal of contenteditable attribute

Pre-release
Pre-release

Choose a tag to compare

@amrarick26 amrarick26 released this 18 Nov 21:21
· 107 commits to master since this release

If dynamicTextReplacement data was provided, content was being set to the result of page.Content with the text replacements, but was losing the result of the stripEditableAttributes method. Pass updated content to method to replace text with given dynamicTextReplacement data.