mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-06 07:46:32 +00:00
Remove focus when open vacancy editor (#2757)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
a3a11310a0
commit
6f670a7ba2
@ -105,7 +105,6 @@
|
|||||||
bind:value={object.name}
|
bind:value={object.name}
|
||||||
placeholder={recruit.string.VacancyPlaceholder}
|
placeholder={recruit.string.VacancyPlaceholder}
|
||||||
kind={'large-style'}
|
kind={'large-style'}
|
||||||
focus
|
|
||||||
focusable
|
focusable
|
||||||
on:blur={() => {
|
on:blur={() => {
|
||||||
if (rawName !== object.name) onChange('name', object.name)
|
if (rawName !== object.name) onChange('name', object.name)
|
||||||
|
Loading…
Reference in New Issue
Block a user