We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000e3bd commit 6404a32Copy full SHA for 6404a32
index.html
@@ -28,6 +28,8 @@
28
<mdui-menu-item href="https://ftz-tools.netlify.app/">Netlify</mdui-menu-item>
29
</mdui-menu>
30
</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>
33
</mdui-top-app-bar>
34
35
<div class="main">
taple/ui.js
@@ -157,6 +157,8 @@ ele_loadjson.on('click',function(){
157
let json_str = e.target.result;
158
let json_obj = JSON.parse(json_str);
159
now_table = json_obj;
160
+ undo_history = [json_str];
161
+ undo_index = -1;
162
};
163
reader.readAsText(file);
164
0 commit comments