滚动 jtsage-TimeFlipBox 时在最新 Chrome F12 设备模式上看到数百条警告?

Saw hundreds of warning on Latest Chrome F12 device mode when scrolling jtsage-TimeFlipBox?

具体的警告信息是:

由于目标被视为被动,无法阻止被动事件侦听器中的默认设置。

如果您使用 chrome F12 "Device" 模式,JTSage 也可以在演示站点中轻松重现此问题——F12 控制台中有许多警告。

http://dev.jtsage.com/DateBox/jqm/timeflipbox/

http://dev.jtsage.com/DateBox/

有什么需要注意的吗?有时我的 Chrome 模拟器会死机。但我不确定这是否与这些警告有关。

我也在谷歌上搜索了一下 link,但我还不太了解如何在 jtsage timeflipbox 上应用他们的建议:

https://github.com/bevacqua/dragula/issues/468

有什么建议吗?

使用这个CSS:

.ui-datebox-container {
  touch-action: none;
}

参考:https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action