Skip to content

Commit

Permalink
Update addon/inspect.js
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Prouvot <[email protected]>
  • Loading branch information
pietromartino and tprouvot authored Jun 22, 2023
1 parent f1e880f commit 7e6e44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ class Model {
}
updateShowTableBorder() {
this.showTableBorder = !this.showTableBorder;
localStorage.setItem("displayInspectTableBorders", "true"); // Save to local storage
localStorage.setItem("displayInspectTableBorders", this.showTableBorder); // Save to local storage

}
reloadTables() {
Expand Down

0 comments on commit 7e6e44a

Please sign in to comment.