rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.66k stars 1.84k forks source link

fix: minor fixes #132

Closed vathsav closed 7 years ago

vathsav commented 7 years ago
  1. Converting CRLF to LF in the selectSample function because CodeMirror throws an error when loading data samples that use CRLF.
  2. Avoiding invisible content in CodeMirror when switching between samples by calling refresh twice.
  3. Choosing a sample for the second time previously had no effect.
  4. Fix issue #109
mikima commented 7 years ago
  1. Converting CRLF to LF in the selectSample function because CodeMirror throws an error when loading data samples that use CRLF.
  2. Avoiding invisible content in CodeMirror when switching between samples by calling refresh twice.
  3. Choosing a sample for the second time previously had no effect.
  4. Fix issue #109