mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 22:37:04 +08:00
feat(core): add copy link to doc peek view controls (#11373)
fix AF-2314
This commit is contained in:
@@ -4379,6 +4379,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Open in center peek`
|
||||
*/
|
||||
["com.affine.peek-view-controls.open-doc-in-center-peek"](): string;
|
||||
/**
|
||||
* `Copy link`
|
||||
*/
|
||||
["com.affine.peek-view-controls.copy-link"](): string;
|
||||
/**
|
||||
* `Click or drag`
|
||||
*/
|
||||
|
||||
@@ -1086,6 +1086,7 @@
|
||||
"com.affine.peek-view-controls.open-attachment-in-new-tab": "Open in new tab",
|
||||
"com.affine.peek-view-controls.open-attachment-in-split-view": "Open in split view",
|
||||
"com.affine.peek-view-controls.open-doc-in-center-peek": "Open in center peek",
|
||||
"com.affine.peek-view-controls.copy-link": "Copy link",
|
||||
"com.affine.split-view-drag-handle.tooltip": "Click or drag",
|
||||
"com.affine.split-view-folder-warning.description": "Split view does not support folders.",
|
||||
"do-not-show-this-again": "Do not show this again",
|
||||
|
||||
Reference in New Issue
Block a user