You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a pagebreak to the middle of a page in between paragraph elements, there are no issues. However, when creating a pagebreak as the last element of the editor, buggy behavior occurs. When trying to focus the cursor past this pagebreak, it will focus on the last element of the editor, which happens to be the pagebreak div. After pressing enter, a JS error is thrown in the console, and two new pagebreaks are added. When typing from this state, the text will appear inside of the div, and will offset the "page break" text:
Here is the JS error:
Uncaught TypeError: t.indexOf is not a function
D .../summernote-bs4.min.self-641bdadb92e491611e0d1758872776b04b742d06cd8690baac754fbb248e26ee.js?body=1:4
isCustomStyleTag .../summernote-bs4.min.self-641bdadb92e491611e0d1758872776b04b742d06cd8690baac754fbb248e26ee.js?body=1:4
insertParagraph .../summernote-bs4.min.self-641bdadb92e491611e0d1758872776b04b742d06cd8690baac754fbb248e26ee.js?body=1:4
insertParagraph .../summernote-bs4.min.self-641bdadb92e491611e0d1758872776b04b742d06cd8690baac754fbb248e26ee.js?body=1:4
wrapCommand .../summernote-bs4.min.self-641bdadb92e491611e0d1758872776b04b742d06cd8690baac754fbb248e26ee.js?body=1:4
invoke .../summernote-bs4.min.self-641bdadb92e491611e0d1758872776b04b742d06cd8690baac754fbb248e26ee.js?body=1:4
handleKeyMap .../summernote-bs4.min.self-641bdadb92e491611e0d1758872776b04b742d06cd8690baac754fbb248e26ee.js?body=1:4
initialize .../summernote/summernote-bs4.min.self-641bdadb92e491611e0d1758872776b04b742d06cd8690baac754fbb248e26ee.js?body=1:4
jQuery 2
The text was updated successfully, but these errors were encountered:
When adding a pagebreak to the middle of a page in between paragraph elements, there are no issues. However, when creating a pagebreak as the last element of the editor, buggy behavior occurs. When trying to focus the cursor past this pagebreak, it will focus on the last element of the editor, which happens to be the pagebreak div. After pressing enter, a JS error is thrown in the console, and two new pagebreaks are added. When typing from this state, the text will appear inside of the div, and will offset the "page break" text:
Here is the JS error:
The text was updated successfully, but these errors were encountered: