Compare commits
2 commits
9533519b8a
...
e1a46c8577
Author | SHA1 | Date | |
---|---|---|---|
e1a46c8577 | |||
b89310e659 |
1 changed files with 2 additions and 3 deletions
|
@ -47,7 +47,6 @@ $("lint").onclick = async e => {
|
||||||
$("sync").onclick = e => { client.sync(); console.log("XXXsync"); };
|
$("sync").onclick = e => { client.sync(); console.log("XXXsync"); };
|
||||||
|
|
||||||
$("format").onclick = e => {
|
$("format").onclick = e => {
|
||||||
client.sync();
|
|
||||||
console.log("FMT", lsp.formatDocument(view));
|
console.log("FMT", lsp.formatDocument(view));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -65,8 +64,8 @@ $("load").onchange = e => {
|
||||||
insert: t
|
insert: t
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
client.sync();
|
//client.sync();
|
||||||
console.log("SYNC");
|
//console.log("SYNC");
|
||||||
});
|
});
|
||||||
$("load").value = "";
|
$("load").value = "";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue