algenty / grafana-flowcharting

Flowcharting, plugin for Grafana to create complexe visio's draws style like technical architectures, floorplan, diagrams, hierarchical schema based on draw.io
Apache License 2.0
980 stars 149 forks source link

Update drawio_base.ts #405

Closed pauljones0 closed 1 year ago

pauljones0 commented 1 year ago

Should provide a temporary fix for #395 What was happening was that the decode code was returns a " ", which is obviously a bad parse, then returning true, so the diagram.xml was being set to " ", breaking all the code.

A better fix might be possible, but this seems to do the job for now.

pauljones0 commented 1 year ago

I was too hasty with my fix. This doesn't fix the issue completely. After more testing, this issue still remains.