UBER-482: fix 'backspace' in inbox for some objects (#3437)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-06-16 11:11:49 +05:00 committed by GitHub
parent f1509df325
commit ed504d9c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,11 +275,13 @@
$: finalTitle = title ?? rawTitle
</script>
<ActionContext
context={{
mode: 'editor'
}}
/>
{#if !embedded}
<ActionContext
context={{
mode: 'editor'
}}
/>
{/if}
{#if object !== undefined && finalTitle !== undefined}
<Panel