File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
ListItem/NumberedListItem
tests/src/unit/core/formatConversion/export/__snapshots__/blocknoteHTML/pageBreak Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ function getDecorations(
117117 // move in by 1 to account for the block container
118118 Decoration . node ( pos + 1 , pos + node . nodeSize - 1 , {
119119 "data-index" : index . toString ( ) ,
120- // TODO figure out start? is this needed?
121- // "data-start": hasStart ? index.toString() : undefined,
122120 } ) ,
123121 ) ;
124122 }
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export const createPageBreakBlockSpec = createBlockSpec(
2525 render ( ) {
2626 const pageBreak = document . createElement ( "div" ) ;
2727
28- pageBreak . className = "bn-page-break" ;
2928 pageBreak . setAttribute ( "data-page-break" , "" ) ;
3029
3130 return {
Original file line number Diff line number Diff line change 22 < div class ="bn-block-outer " data-node-type ="blockOuter " data-id ="1 ">
33 < div class ="bn-block " data-node-type ="blockContainer " data-id ="1 ">
44 < div class ="bn-block-content " data-content-type ="pageBreak ">
5- < div class =" bn-page-break " data-page-break =""> </ div >
5+ < div data-page-break =""> </ div >
66 </ div >
77 </ div >
88 </ div >
You can’t perform that action at this time.
0 commit comments