{#key object?._id} save(object, description)} on:changeContent={triggerSave} maxHeight={'card'} focusable bind:content={description} {placeholder} on:open-document={async (event) => { save(object, description) const doc = await client.findOne(event.detail._class, { _id: event.detail._id }) if (doc != null) { const location = await getObjectLinkFragment(client.getHierarchy(), doc, {}, view.component.EditDoc) navigate(location) } }} /> {/key}