mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.05k stars 51 forks source link

Editing CSS makes text disappear #12

Closed insanerwayner closed 5 years ago

insanerwayner commented 5 years ago

On Windows 10:

  1. Create some text
  2. Click Add CSS Style
  3. Make any change to CSS
  4. Text disappears in preview.

Even if you change the CSS back to it's original state, the preview will not generate.

mb21 commented 5 years ago

Seems that the update to electron v4 broke this, and I didn't notice! We get overflow on page-1 from paged.js.

Interestingly, opening a file is still fine... just editing breaks the paginated preview. The normal preview is also fine, switching back to that, if you don't need the pages, is a workaround for now I suppose...