N°7898 CKEditor content should be inserted at the cursor position. Thanks to @jbostoen

This commit is contained in:
Stephen Abello
2024-11-04 15:57:44 +01:00
parent 2519456c98
commit a10e547420
5 changed files with 6 additions and 6 deletions

2
node_modules/.package-lock.json generated vendored
View File

@@ -71,7 +71,7 @@
},
"node_modules/ckeditor5-itop-build": {
"version": "3.2.0",
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#afb3e73d4636520a46e2c05d6630bbed9c4f6cc5"
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#7366299c6c4b659736b958c5e9496e98c22a3c36"
},
"node_modules/clipboard": {
"version": "2.0.11",

View File

@@ -32,5 +32,5 @@ In order to update iTop CKEditor's build you need to push your changes to github
Then run the following command in iTop's root directory:
```
npm install https://github.com/Combodo/ckeditor5-itop-build.git
npm install https://github.com/Combodo/ckeditor5-itop-build.git --omit=dev
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@@ -104,7 +104,7 @@
},
"node_modules/ckeditor5-itop-build": {
"version": "3.2.0",
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#afb3e73d4636520a46e2c05d6630bbed9c4f6cc5"
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#7366299c6c4b659736b958c5e9496e98c22a3c36"
},
"node_modules/clipboard": {
"version": "2.0.11",
@@ -356,7 +356,7 @@
}
},
"ckeditor5-itop-build": {
"version": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#afb3e73d4636520a46e2c05d6630bbed9c4f6cc5",
"version": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#7366299c6c4b659736b958c5e9496e98c22a3c36",
"from": "ckeditor5-itop-build@github:Combodo/ckeditor5-itop-build"
},
"clipboard": {