Skip to content

Commit b783ef4

Browse files
committed
chore: remove less loader, add a bug
1 parent edc8ca7 commit b783ef4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"eslint-plugin-prettier": "^4.2.1",
7777
"husky": "^8.0.3",
7878
"less": "^4.1.3",
79-
"less-loader": "^10.2.0",
8079
"lint-staged": "^13.2.3",
8180
"prettier": "2.8.4",
8281
"typescript": "^5.1.6",

src/mouse.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default function (mind: MindElixirInstance) {
3535
} else {
3636
// lite version doesn't have hideLinkController
3737
mind.hideLinkController && mind.hideLinkController()
38+
// BUG: selection doesn't work after this operation
3839
}
3940
})
4041

0 commit comments

Comments
 (0)