mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 08:47:31 +00:00
No longer need this.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { bind } from '../../lib/initial-util';
|
import { bind } from '../../lib/initial-util';
|
||||||
import * as style from './styles.css';
|
import * as style from './styles.css';
|
||||||
import { PointerTracker, Pointer } from '../../lib/PointerTracker';
|
import { PointerTracker } from '../../lib/PointerTracker';
|
||||||
|
|
||||||
const RETARGETED_EVENTS = ['focus', 'blur'];
|
const RETARGETED_EVENTS = ['focus', 'blur'];
|
||||||
const UPDATE_EVENTS = ['input', 'change'];
|
const UPDATE_EVENTS = ['input', 'change'];
|
||||||
|
|||||||
Reference in New Issue
Block a user