Skip to content

Commit a49c55a

Browse files
committed
decreased timeout for hiding keyboard
1 parent 86bf638 commit a49c55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/mdKeyboard.directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ function useKeyboardDirective($mdKeyboard, $timeout, $animate, $rootScope) {
232232
}
233233
$rootScope.keyboardTimeout = $timeout(function () {
234234
$rootScope.keyboardAnimation = $mdKeyboard.hide();
235-
}, 500);
235+
}, 200);
236236
}
237237
}
238238
}

0 commit comments

Comments
 (0)