Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • src
  • components
  • color-picker
  • handleEscapeMixin.js
  • Color keyboard control
    f2bcd4ad
    Graham Fairweather authored
    2018-05-21 10:22:34 +0200  
    Browse Code ยป
handleEscapeMixin.js 145 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};