fengyuanchen / photo-editor

A simple photo editing application.
https://fengyuanchen.github.io/photo-editor
MIT License
936 stars 238 forks source link

IE10下会出现 Unable to get property 'action' of undefined or null reference #21

Closed witwave closed 6 years ago

witwave commented 6 years ago

const action = target.dataset.action || target.parentNode.dataset.action; 这一行会出现下面的异常,在IE10下 Unable to get property 'action' of undefined or null reference

witwave commented 6 years ago

谢谢