简体   繁体   English

jQuery 签名无法在 Bootstrap 4 模式中重置

[英]jQuery Signature can't reset in Bootstrap 4 Modal

I want to add some signature record on modal.我想在模态上添加一些签名记录。 But when I tried to clear the signature I got this error:但是当我试图清除签名时,我得到了这个错误:

[Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. [干预] 忽略取消使用可取消 = false 的 touchstart 事件的尝试,例如因为滚动正在进行中且无法中断。

I added event.cancelable in jquery touch but still same.我在 jquery touch 中添加了event.cancelable但仍然相同。 The error gone but signature still there错误消失但签名仍然存在

Here's my code: CodePen.io这是我的代码: CodePen.io

I forgot to add signature('clear');我忘了添加signature('clear');

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM