chore(react/quick_edit): reintegrate promoted attributes

This commit is contained in:
Elian Doran 2025-11-23 13:44:24 +02:00
parent 3fde546b83
commit 081ac2d109
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ import { ComponentChildren } from "preact";
import NoteList from "../collections/NoteList";
import StandaloneRibbonAdapter from "../ribbon/components/StandaloneRibbonAdapter";
import FormattingToolbar from "../ribbon/FormattingToolbar";
import PromotedAttributes from "../PromotedAttributes";
export default function PopupEditor() {
const [ shown, setShown ] = useState(false);
@ -47,6 +48,7 @@ export default function PopupEditor() {
}}
onHidden={() => setShown(false)}
>
<PromotedAttributes />
<StandaloneRibbonAdapter component={FormattingToolbar} />
<NoteDetail />
<NoteList media="screen" displayOnlyCollections />