Fixed some issues in test files
This commit is contained in:
@ -10,6 +10,6 @@ lastTime = now;
|
||||
document.addEventListener('touchstart', () => {
|
||||
if (type === 'touch') return;
|
||||
(type = 'touch'), callback(type), document.addEventListener('mousemove', mousemoveHandler);
|
||||
|
||||
});
|
||||
};
|
||||
module.exports = onUserInputChange;
|
||||
Reference in New Issue
Block a user