fix: IME position error #675
This commit is contained in:
Generated
+3560
-1860
File diff suppressed because it is too large
Load Diff
+11
-5
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@hufe921/canvas-editor",
|
||||
"name": "@liushuai05/canvas-editor",
|
||||
"author": "Hufe",
|
||||
"license": "MIT",
|
||||
"version": "0.9.91",
|
||||
"version": "0.9.95",
|
||||
"description": "rich text editor by canvas/svg",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"registry": "https://registry.yarnpkg.com/",
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
@@ -18,10 +18,10 @@
|
||||
"typings": "./dist/src/editor/index.d.ts",
|
||||
"main": "./dist/canvas-editor.umd.js",
|
||||
"module": "./dist/canvas-editor.es.js",
|
||||
"homepage": "https://github.com/Hufe921/canvas-editor",
|
||||
"homepage": "https://git.liushuai.cq.cn/lsadmin/canvas-editor_fex675",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Hufe921/canvas-editor.git"
|
||||
"url": "git+https://git.liushuai.cq.cn/lsadmin/canvas-editor_fex675.git"
|
||||
},
|
||||
"keywords": [
|
||||
"canvas-editor",
|
||||
@@ -70,5 +70,11 @@
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "npm run lint && npm run type:check",
|
||||
"commit-msg": "node scripts/verifyCommit.js"
|
||||
},
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Hufe921/canvas-editor/issues"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user