TSK-1466 Set focus for assignee only on selection (#3515)

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2023-07-20 16:41:18 +07:00 committed by GitHub
parent bfbfd074f7
commit cc80202d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,9 @@
value = result._id
dispatch('change', value)
}
mgr?.setFocus(focusIndex)
if (result !== undefined) {
mgr?.setFocusPos(focusIndex)
}
}
)
}