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

@@ -187,7 +187,7 @@ function setupDom(window: Window, document: Document, config: Config, platform:
bodyEle.classList.add('enable-hover');
}
if (config.get('clickBlock')) {
if ( config.get('clickBlock') !== false ) {
clickBlock.enable();
}