We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc8ca7 commit b783ef4Copy full SHA for b783ef4
package.json
@@ -76,7 +76,6 @@
76
"eslint-plugin-prettier": "^4.2.1",
77
"husky": "^8.0.3",
78
"less": "^4.1.3",
79
- "less-loader": "^10.2.0",
80
"lint-staged": "^13.2.3",
81
"prettier": "2.8.4",
82
"typescript": "^5.1.6",
src/mouse.ts
@@ -35,6 +35,7 @@ export default function (mind: MindElixirInstance) {
35
} else {
36
// lite version doesn't have hideLinkController
37
mind.hideLinkController && mind.hideLinkController()
38
+ // BUG: selection doesn't work after this operation
39
}
40
})
41
0 commit comments