stable

Clone or download

Read-only

fix: prevent prosemirror DOMParser to remove whitespaces

Fixes request #40474 Section appears in "edited" state after artidoc loading How to test: - BEFORE applying this patch, create a new section. - type `art #123` + space character - Save --> You'll notice that after saving, the section is still in edited state. - Reload the artidoc page --> The section is still in edited state - Apply the patch and rebuild the apps - Reload the artidoc page --> The section is no longer display in edited state Change-Id: I0880163ed28b4071fdf51ad4979625d16ccd3a03

Modified Files

Name
M lib/frontend/prose-mirror-editor/src/use-editor.ts +1 −1 Go to diff View file