Skip to content

Commit

Permalink
TelemetryDashboard: allow the same file to be loaded twice
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Oct 22, 2024
1 parent 30caedc commit 0c5f147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TelemetryDashboard/TelemetryDashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ async function load_file(e) {
}
reader.readAsText(file)

// Clear file input so the same file can be loaded a second time
e.value = null
}

// Pallet for user to add widgets
Expand Down

0 comments on commit 0c5f147

Please sign in to comment.