diff --git a/src/plugins/notebook/components/NotebookComponent.vue b/src/plugins/notebook/components/NotebookComponent.vue index 4c2d7a4c02..a58fe9015d 100644 --- a/src/plugins/notebook/components/NotebookComponent.vue +++ b/src/plugins/notebook/components/NotebookComponent.vue @@ -98,12 +98,14 @@ v-if="selectedPage && !selectedPage.isLocked" :aria-disabled="activeTransaction" class="c-notebook__drag-area icon-plus" + aria-dropeffect="link" + aria-labelledby="newEntryLabel" @click="newEntry(null, $event)" @dragover="dragOver" @drop.capture="dropCapture" @drop="dropOnEntry($event)" > - + To start a new entry, click here or drag and drop any object @@ -150,9 +152,10 @@