client/quick edit: add placeholder for "open in full editor" custom title bar button

This commit is contained in:
Adorian Doran 2025-11-30 01:54:28 +02:00
parent c8431181c8
commit f5e3df0cd2

View File

@ -60,6 +60,11 @@ export default function PopupEditor() {
<DialogWrapper>
<Modal
title={<TitleRow />}
customTitleBarButtons={[{
iconClassName: "bx-expand-alt",
title: "Switch to full editor",
onClick: () => {/* TO DO */}
}]}
className="popup-editor-dialog"
size="lg"
show={shown}