fix(click-block): click block is now showing on all screns. It wasn't previously on Android and des (#6846)

click block is now showing on all screns.  It wasn't previously on Android and desktop
This commit is contained in:
Dan Bucholtz
2016-06-10 12:32:56 -05:00
committed by GitHub
parent ff1daa6027
commit 761a1f6245
2 changed files with 1 additions and 3 deletions

View File

@@ -95,7 +95,6 @@ Platform.register({
],
settings: {
autoFocusAssist: 'delay',
clickBlock: true,
hoverCSS: false,
inputBlurring: isIOSDevice,
inputCloning: isIOSDevice,
@@ -150,7 +149,6 @@ Platform.register({
settings: {
mode: 'wp',
autoFocusAssist: 'immediate',
clickBlock: true,
hoverCSS: false
},
isMatch(p: Platform): boolean {