fixed backspace for text input, number input and contenteditable. Also moved to v1.1.1

This commit is contained in:
yoannchb-pro
2024-04-19 15:17:00 -04:00
parent b60b3106a0
commit eb58ac44ca
11 changed files with 45 additions and 21 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "MoodleGPT",
"version": "1.1.0",
"version": "1.1.1",
"description": "Hidden chat-gpt for your moodle quiz",
"permissions": ["storage"],
"action": {
+1 -1
View File
@@ -1,6 +1,6 @@
'use strict';
const CURRENT_VERSION = '1.1.0';
const CURRENT_VERSION = '1.1.1';
const versionDisplay = document.querySelector('#version');
/**