Skip to content

Commit

Permalink
Merge pull request #1448 from FlowFuse/wysiwyg-empty
Browse files Browse the repository at this point in the history
WYSIWYG - Add in empty img for dragging functionality
  • Loading branch information
joepavitt authored Nov 6, 2024
2 parents d0df40b + 0a11665 commit 4d86a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/layouts/Group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@dragenter.prevent
/>
</div>
<img ref="blank-img" style="position: absolute;" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="">
</div>
</template>

Expand Down

0 comments on commit 4d86a57

Please sign in to comment.