@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 CHANGED
@@ -19577,6 +19577,9 @@ function createPrintTemplate({ width, height, orient }) {
19577
19577
  box-sizing: border-box;
19578
19578
  -moz-box-sizing: border-box;
19579
19579
  }
19580
+ body *{
19581
+ white-space: pre;
19582
+ }
19580
19583
  @page {
19581
19584
  size: ${orient};
19582
19585
  margin: 0;