Revert previous fix

pull/21833/head
Jorik Schellekens 2020-04-27 17:35:52 +01:00
parent c995e2e021
commit 00c0212c03
1 changed files with 2 additions and 2 deletions

View File

@ -210,8 +210,8 @@ export default createReactClass({
onClick={onClick}
onError={this.onError}
style={{
width: {width},
height: {height},
width: toRem(width),
height: toRem(height),
}}
title={title} alt=""
inputRef={inputRef}