Skip to content

Commit 6404a32

Browse files
committed
go
1 parent 000e3bd commit 6404a32

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<mdui-menu-item href="https://ftz-tools.netlify.app/">Netlify</mdui-menu-item>
2929
</mdui-menu>
3030
</mdui-dropdown>
31+
<div style="flex-grow: 1;"></div>
32+
<mdui-button-icon icon="code" href="https://github.com/for-the-zero/quicktools" target="_blank"></mdui-button-icon>
3133
</mdui-top-app-bar>
3234

3335
<div class="main">

taple/ui.js

+2
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ ele_loadjson.on('click',function(){
157157
let json_str = e.target.result;
158158
let json_obj = JSON.parse(json_str);
159159
now_table = json_obj;
160+
undo_history = [json_str];
161+
undo_index = -1;
160162
};
161163
reader.readAsText(file);
162164
};

0 commit comments

Comments
 (0)