mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-06 14:50:36 +03:00
Merge remote-tracking branch 'originssh/master'
This commit is contained in:
commit
471e91fca0
|
@ -51,7 +51,7 @@
|
||||||
* Verify if the user is just touching on a device and return if so
|
* Verify if the user is just touching on a device and return if so
|
||||||
*/
|
*/
|
||||||
if(self.isTouch() && event.type === "mousedown") {
|
if(self.isTouch() && event.type === "mousedown") {
|
||||||
return false;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user