Chrome Update 73 - Materialize CSS JS trigger error

前端 未结 8 2938
不思量自难忘°
不思量自难忘° 2021-02-20 02:29

After the latest Chrome Update 73, the date pickers, time pickers and dropdowns for Materialize CSS 0.100.2 isn\'t working anymore, it flickers when you click on it and then dis

8条回答
  •  臣服心动
    2021-02-20 03:09

    The solution is to filter the target with the parent: if ( target != ELEMENT && target != document && target != P.$root.parent()[0] && event.which != 3 )

提交回复
热议问题