Skip to content

Commit

Permalink
Show arrow in popover
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 15, 2025
1 parent 5ee94dd commit 3a1df37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Markdown/Editor/CellButtonAdd.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<Popper trigger="click" placement="right" mode="light" :arrow="false">
<Popper trigger="click" placement="right" mode="light">
<template v-slot:reference>
<div v-b-tooltip.right class="d-inline text-muted ml-2 cursor-pointer" title="Insert new Cell">
<FontAwesomeIcon :icon="faPlusSquare" />
Expand Down

0 comments on commit 3a1df37

Please sign in to comment.