fix: Solve the problem that the document editor will report an error … by fierflame [frappe] PR#23940
From: https://github.com/frappe/frappe/pull/23940
Date: 2023-12-26 17:04:48+08:00
- fix: Solve the problem that the document editor will report an error when the type name includes multiple spaces (#23940)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23940
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease