Don't add 1sec delay for search input focus
This commit is contained in:
@@ -385,7 +385,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
// hashChangeListener calls $apply, so make sure we don't double digest here
|
||||
setTimeout(hashChangeListener, 1);
|
||||
|
||||
setTimeout(function () { $('#appstoreSearch').focus(); }, 1000);
|
||||
setTimeout(function () { $('#appstoreSearch').focus(); }, 1);
|
||||
|
||||
callback();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user