Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggestion] deleting heading with backspace. #150

Closed
jakekwak opened this issue Feb 16, 2020 · 1 comment
Closed

[suggestion] deleting heading with backspace. #150

jakekwak opened this issue Feb 16, 2020 · 1 comment
Assignees
Milestone

Comments

@jakekwak
Copy link
Contributor

same as other editor (https://ckeditor.com/ckeditor-5/demo/)

heading

@jakekwak
Copy link
Contributor Author

@88250

log.ts:6 SpinVditorDOM - argument: <h3 data-block="0">test<wbr></h3>
log.ts:6 SpinVditorDOM - result: <h3 data-block="0">test<wbr></h3>
log.ts:6 SpinVditorDOM - argument: <h3 data-block="0">tes<wbr></h3>
log.ts:6 SpinVditorDOM - result: <h3 data-block="0">tes<wbr></h3>
log.ts:6 SpinVditorDOM - argument: <h3 data-block="0">te<wbr></h3>
log.ts:6 SpinVditorDOM - result: <h3 data-block="0">te<wbr></h3>
log.ts:6 SpinVditorDOM - argument: <h3 data-block="0">t<wbr></h3>
log.ts:6 SpinVditorDOM - result: <h3 data-block="0">t<wbr></h3>
log.ts:6 SpinVditorDOM - argument: <h3 data-block="0"><wbr><br></h3>

not this one

log.ts:6 SpinVditorDOM - result: <p data-block="0">### <wbr>
</p>

expected like below

log.ts:6 SpinVditorDOM - argument: <h3 data-block="0"><wbr><br></h3>

@Vanessa219 Vanessa219 self-assigned this Feb 20, 2020
@Vanessa219 Vanessa219 added this to the 2.2 milestone Feb 20, 2020
@Vanessa219 Vanessa219 assigned 88250 and Vanessa219 and unassigned Vanessa219 and 88250 Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants