Infragistics / livewire

A simple web content editor built with Electron
https://waffle.io/infragistics/livewire
19 stars 9 forks source link

Displayed file contents are the same when switching between tabs #83

Closed ig-ealbert closed 7 years ago

ig-ealbert commented 7 years ago
  1. Open an existing .adoc file in Livewire.
  2. Create a new file and start writing content.
  3. Save it.
  4. Switch back and forth between the two tabs.

At some point, the newly saved will have have the same content displayed as the existing file. The actual file content (if you open it in something like Notepad++) will be correct, but it won't be displayed in Livewire.

craigshoemaker commented 7 years ago

related to #81