mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
UBER-482: fix 'backspace' in inbox for some objects (#3437)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
f1509df325
commit
ed504d9c98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user