method focus have a logic problem latest edition currently

in webix.Values.focus METHOD, webix_debug.js line on 9521,
…while(target && !target.focus) if(target.focus)
###NOTE: object target may be undefined or null.###

i trying to fix it following:
if(target && target.focus) target.focus

thanks.

Yep, you are right.
The same fix will be added to the main codebase.