mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03: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}
|
||||
placeholder={recruit.string.VacancyPlaceholder}
|
||||
kind={'large-style'}
|
||||
focus
|
||||
focusable
|
||||
on:blur={() => {
|
||||
if (rawName !== object.name) onChange('name', object.name)
|
||||
|
Loading…
Reference in New Issue
Block a user