bartbutenaers / node-red-contrib-ui-svg

A Node-RED widget node to show interactive SVG (vector graphics) in the dashboard
Apache License 2.0
94 stars 27 forks source link

Only show 'Save' popup if changes available #31

Closed bartbutenaers closed 4 years ago

bartbutenaers commented 4 years ago

When leaving the DrawSvg iFrame, a popup is displayed:

image

This popup is only required when the SVG source has been changed.

bartbutenaers commented 4 years ago

Seems DrawSvg has internally already an isDirty flag. Joseph will make this public available via the API in a future version...

Steve-Mcl commented 4 years ago

Any word on this Bart?

Steve-Mcl commented 4 years ago

Fixed in master branch