mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #583] [MERGED] Fix image drop #806
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#806
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/583
Author: @Rokt33r
Created: 8/13/2020
Status: ✅ Merged
Merged: 8/13/2020
Merged by: @Rokt33r
Base:
master← Head:fix-image-drop📝 Commits (6)
8b8f501Log data transfer itemsdea8d62Suffix hexatriagesimal now time to attachmentsc1a10a1Extract convertFileListToArrayb1d2008Add inspect data transfer method583aef9Add onDrop and onPaste props to CodeEditor43b3acbImprove paste and drop handler📊 Changes
8 files changed (+167 additions, -37 deletions)
View changed files
📝
src/components/atoms/CodeEditor.tsx(+24 -0)📝
src/components/atoms/CustomizedCodeEditor.tsx(+7 -0)📝
src/components/organisms/NoteDetail.tsx(+72 -25)📝
src/lib/db/FSNoteDb.ts(+5 -3)📝
src/lib/db/PouchNoteDb.ts(+5 -2)📝
src/lib/dnd.ts(+2 -7)➕
src/lib/dom.ts(+48 -0)📝
src/lib/string.ts(+4 -0)📄 Description
Fixes https://github.com/BoostIO/BoostNote.next/issues/468
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.