mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
This commit is contained in:
@@ -669,7 +669,7 @@ class NoteList extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
copyNoteLink (note) {
|
copyNoteLink (note) {
|
||||||
const noteLink = `[${note.title}](${note.storage}-${note.key})`
|
const noteLink = `[${note.title}](${note.key})`
|
||||||
return copy(noteLink)
|
return copy(noteLink)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user