Commit 9c203a4916b8d2f933e35ba1d3d23c085ab5133c
1 parent
6e394653
chore: remove debugger
Showing
1 changed file
with
0 additions
and
1 deletions
front-end/h5/src/components/core/support/contexmenu.js
| @@ -105,7 +105,6 @@ export default { | @@ -105,7 +105,6 @@ export default { | ||
| 105 | } | 105 | } |
| 106 | if (bl) { | 106 | if (bl) { |
| 107 | if (Array.isArray(bl)) return !bl.includes(elementName) | 107 | if (Array.isArray(bl)) return !bl.includes(elementName) |
| 108 | - debugger | ||
| 109 | if (isRegExp(bl)) return !bl.test(elementName) | 108 | if (isRegExp(bl)) return !bl.test(elementName) |
| 110 | } | 109 | } |
| 111 | return true | 110 | return true |