No longer support actions on timeline view.

This commit is contained in:
Dermot Duffy
2022-06-25 09:09:57 -07:00
parent 20d65f0e2c
commit 22ac4b0b7e
5 changed files with 34 additions and 30 deletions
-3
View File
@@ -147,9 +147,6 @@ class ActionHandler extends HTMLElement implements ActionHandler {
element.addEventListener('mousedown', start, { passive: true });
element.addEventListener('click', end);
// For the timeline which generates native pointer events.
element.addEventListener('pointerdown', start, { passive: true });
element.addEventListener('keyup', handleEnter);
}
}