mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user