We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2471dc9 commit 284c6faCopy full SHA for 284c6fa
1 file changed
packages/he-tree-vue/src/components/DraggableTree.ts
@@ -493,7 +493,7 @@ const cpt = defineComponent({
493
};
494
// Accessibility: keyboard instructions
495
this.ariaInstructions =
496
- this.i18n?.instructions ||
+ this.i18n?.instructions ??
497
"Use arrow keys to navigate. Alt plus arrow keys to reorder.";
498
499
this.treeDraggableInstance = extendedDND(rootEl, {
0 commit comments