Infragistics / livewire

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

Images not updated in Livewire if modified while Livewire is opened #110

Open luciarodriguez opened 7 years ago

luciarodriguez commented 7 years ago

If I modify an image that's display in Livewire without closing the application (change size, color, or the entire photo), the image is not updated in Livewire once I save it. This happens, for example, when resizing images with Snagit while the .adoc with the image's path is open in Livewire. The application needs to be closed and re-opened for the updated image to come up.

ig-ealbert commented 7 years ago

@luciarodriguez I've noticed this too and I either close and reopen the application, or sometimes the View > Reload option works. Sometimes it breaks the application instead. I agree it's a bug.

craigshoemaker commented 7 years ago

This might be remedied with the implementation for #57, depending on the approach I use. I am referencing it here to I can follow up.