We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
input
1 parent 0196391 commit 7050f36Copy full SHA for 7050f36
js/core/core.filter.js
@@ -63,7 +63,7 @@ function _fnFeatureHtmlFilter ( settings )
63
_fnThrottle( searchFn, searchDelay ) :
64
searchFn
65
)
66
- .on( 'mouseup', function(e) {
+ .on( 'mouseup.DT', function(e) {
67
// Edge fix! Edge 17 does not trigger anything other than mouse events when clicking
68
// on the clear icon (Edge bug 17584515). This is safe in other browsers as `searchFn`
69
// checks the value to see if it has changed. In other browsers it won't have.
0 commit comments