(evt)
| 2048 | this._dragDisabled = true; |
| 2049 | |
| 2050 | const preventDefault = function (evt) { |
| 2051 | evt.preventDefault(); |
| 2052 | }; |
| 2053 | |
| 2054 | // If you want to be able to drop you've got to turn off |
| 2055 | // a lot of default behavior. |
no outgoing calls
no test coverage detected