diff --git a/paper-input.html b/paper-input.html
index 3939d55..613cca6 100644
--- a/paper-input.html
+++ b/paper-input.html
@@ -319,11 +319,7 @@
// No caret animation if there is text in the input.
if (!this.inputValue) {
- var width = this.$.inputCloneSpan.getBoundingClientRect().width;
- if (width < right) {
- this.$.caret.style.left = width + 'px';
- this.$.caret.classList.remove('focused');
- }
+ this.$.caret.classList.remove('focused');
}
},