[fix] sync

This commit is contained in:
Andy Bunce 2025-09-07 22:46:09 +01:00
parent b89310e659
commit e1a46c8577

View file

@ -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));
};