fix issue after packing js file

This commit is contained in:
MaysWind
2023-07-11 01:16:45 +08:00
parent 882fd68cf9
commit 78c801994a
+1 -1
View File
@@ -231,7 +231,7 @@ export default {
return;
}
if (e.event && e.event.target && e.event.target.constructor && e.event.target.constructor.name === 'PiePiece2') {
if (e.event && e.event.target && e.event.target.currentStates && e.event.target.currentStates[0] && e.event.target.currentStates[0] === 'emphasis') {
return;
}