IPC-610
2025-01-02 9d7dda331f3498a95e2e922e9ddae0fa43e83605
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};