Merge pull request #57 from glyptodon/slow-ipad-text-input

GUAC-970: Reduce padding. It's too much for the poor iPad to handle.
This commit is contained in:
James Muehlner
2015-01-05 08:57:31 -08:00

View File

@@ -50,7 +50,7 @@ angular.module('textInput').directive('guacTextInput', [function guacTextInput()
* *
* @type Number * @type Number
*/ */
var TEXT_INPUT_PADDING = 128; var TEXT_INPUT_PADDING = 4;
/** /**
* The Unicode codepoint of the character to use for padding on * The Unicode codepoint of the character to use for padding on