feat: add all grid data to JSON export

This commit is contained in:
Azgaar 2023-09-12 02:19:07 +04:00
parent 8feda7c15d
commit e346c4bd84
4 changed files with 92 additions and 93 deletions

View file

@ -785,7 +785,7 @@ function showExportPane() {
}
async function exportToJson(type) {
const {exportToJson} = await import("../dynamic/export-json.js");
const {exportToJson} = await import("../dynamic/export-json.js?v=1.93.03");
exportToJson(type);
}