mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-20 12:51:43 +02:00
clean up comments
This commit is contained in:
@@ -22,10 +22,10 @@ export function AppDraggable(el, options) {
|
||||
let imageX, imageY;
|
||||
let currentTarget;
|
||||
|
||||
el.addEventListener('touchstart', start);
|
||||
el.addEventListener('touchstart', start, { passive: true });
|
||||
el.addEventListener('mousedown', start);
|
||||
|
||||
// maybe prevent click
|
||||
// Maybe prevent click
|
||||
el.addEventListener(
|
||||
'click',
|
||||
(e) => {
|
||||
|
Reference in New Issue
Block a user