Skip to content

Commit b41f4f0

Browse files
committed
fix code completions
1 parent dcf8b5e commit b41f4f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/sw.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.77.2";
2+
const version = "2.77.3";
33

44
const precacheResources = [
55
"/",

src/completions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export default function customCompletions(context) {
227227
{
228228
label: "iskeypressed",
229229
type: "function",
230-
apply: "iskeydown(",
230+
apply: "iskeypressed(",
231231
detail: "(key?)",
232232
},
233233
{

0 commit comments

Comments
 (0)