[fix] sync
This commit is contained in:
parent
b89310e659
commit
e1a46c8577
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ $("lint").onclick = async e => {
|
|||
$("sync").onclick = e => { client.sync(); console.log("XXXsync"); };
|
||||
|
||||
$("format").onclick = e => {
|
||||
client.sync();
|
||||
console.log("FMT", lsp.formatDocument(view));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue