From 681b3f92bc7792e1f85dfc534d30fb21a9cc7695 Mon Sep 17 00:00:00 2001 From: Bar Hatsor <34835685+barhatsor@users.noreply.github.com> Date: Sat, 28 May 2022 21:26:12 +0300 Subject: [PATCH 1/5] Update live-view.js From 8abd90627513f29796527e416ee2d47513ca116b Mon Sep 17 00:00:00 2001 From: Bar Hatsor <34835685+barhatsor@users.noreply.github.com> Date: Sat, 28 May 2022 21:27:16 +0300 Subject: [PATCH 2/5] Update full.html --- full.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full.html b/full.html index 271e39a7b5..97212bcc5d 100644 --- a/full.html +++ b/full.html @@ -191,7 +191,7 @@ -
+
From 927530fae71e8aad46e90b7fca2e3d87b4be0659 Mon Sep 17 00:00:00 2001 From: Bar Hatsor <34835685+barhatsor@users.noreply.github.com> Date: Sat, 28 May 2022 21:28:13 +0300 Subject: [PATCH 3/5] Update codeit.js --- lib/codeit.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/codeit.js b/lib/codeit.js index 5c8e76e3cb..0c9bb0f89e 100644 --- a/lib/codeit.js +++ b/lib/codeit.js @@ -61,6 +61,7 @@ class CodeitElement extends HTMLElement { cd.setAttribute('aria-autocomplete', 'list'); cd.setAttribute('autocapitalize', 'off'); cd.setAttribute('data-gramm', 'false'); + cd.setAttribute('enterkeyhint', 'enter'); } @@ -1607,6 +1608,7 @@ class CodeitElement extends HTMLElement { cd.setAttribute('aria-autocomplete', 'list'); cd.setAttribute('autocapitalize', 'off'); cd.setAttribute('data-gramm', 'false'); + cd.setAttribute('enterkeyhint', 'enter'); } else { From f2701e825540eef16b2526d0016c21b3ababa569 Mon Sep 17 00:00:00 2001 From: Bar Hatsor <34835685+barhatsor@users.noreply.github.com> Date: Sat, 28 May 2022 21:28:19 +0300 Subject: [PATCH 4/5] Update codeit.js --- lib/codeit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codeit.js b/lib/codeit.js index 0c9bb0f89e..6eef734ffb 100644 --- a/lib/codeit.js +++ b/lib/codeit.js @@ -1,7 +1,7 @@ /* codeit.js - v3.0.6 + v3.0.7 MIT License https://codeit.codes From 14715867d4e69849c96896dc62cf04b9b425be0f Mon Sep 17 00:00:00 2001 From: Bar Hatsor <34835685+barhatsor@users.noreply.github.com> Date: Sat, 28 May 2022 21:29:07 +0300 Subject: [PATCH 5/5] Update client-channel.js --- worker/client-channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/client-channel.js b/worker/client-channel.js index d8395d310d..d7ae009fb4 100644 --- a/worker/client-channel.js +++ b/worker/client-channel.js @@ -4,7 +4,7 @@ // update worker name when updating worker -const WORKER_NAME = 'codeit-worker-v537'; +const WORKER_NAME = 'codeit-worker-v538'; // internal paths