@hailin-zheng/editor-core 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-cjs.js +3 -0
- package/index-cjs.js.map +1 -1
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -19547,6 +19547,9 @@ function createPrintTemplate({ width, height, orient }) {
|
|
19547
19547
|
box-sizing: border-box;
|
19548
19548
|
-moz-box-sizing: border-box;
|
19549
19549
|
}
|
19550
|
+
body *{
|
19551
|
+
white-space: pre;
|
19552
|
+
}
|
19550
19553
|
@page {
|
19551
19554
|
size: ${orient};
|
19552
19555
|
margin: 0;
|