Skip to content

Conversation

@Arukuen
Copy link
Contributor

@Arukuen Arukuen commented Jan 22, 2025

fixes #3392

@github-actions
Copy link

🤖 Pull request artifacts

file commit
pr3399-stackable-3399-merge.zip be84a56

github-actions bot added a commit that referenced this pull request Jan 22, 2025
import { escapeHTML } from '@wordpress/escape-html'

export const escapeHTMLIfInvalid = html => {
const parser = new DOMParser()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any performance issues because we're doing this every keypress?

@bfintal bfintal merged commit 950d714 into develop Jan 27, 2025
1 of 6 checks passed
@bfintal bfintal deleted the fix/3392-html-escape branch January 27, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text Formatting issue - When editing text in the side editor, text format breaks

3 participants