mirror of
https://github.com/zadam/trilium.git
synced 2025-11-30 04:24:24 +01:00
client/quick edit: add placeholder for "open in full editor" custom title bar button
This commit is contained in:
parent
c8431181c8
commit
f5e3df0cd2
@ -60,6 +60,11 @@ export default function PopupEditor() {
|
|||||||
<DialogWrapper>
|
<DialogWrapper>
|
||||||
<Modal
|
<Modal
|
||||||
title={<TitleRow />}
|
title={<TitleRow />}
|
||||||
|
customTitleBarButtons={[{
|
||||||
|
iconClassName: "bx-expand-alt",
|
||||||
|
title: "Switch to full editor",
|
||||||
|
onClick: () => {/* TO DO */}
|
||||||
|
}]}
|
||||||
className="popup-editor-dialog"
|
className="popup-editor-dialog"
|
||||||
size="lg"
|
size="lg"
|
||||||
show={shown}
|
show={shown}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user