We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a134a commit 2c87247Copy full SHA for 2c87247
packages/devui-vue/devui/code-review/src/composables/use-code-review.ts
@@ -72,8 +72,8 @@ export function useCodeReview(
72
) {
73
setTimeout(() => {
74
selectionSide.value = '';
75
- selection.removeAllRanges();
76
});
+ selection.removeRange(selection.getRangeAt(0));
77
}
78
} else {
79
packages/devui-vue/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-devui",
3
- "version": "1.6.31",
+ "version": "1.6.32",
4
"license": "MIT",
5
"description": "DevUI components based on Vite and Vue3",
6
"keywords": [
0 commit comments