(tag)
| 8225 | } |
| 8226 | |
| 8227 | function isInteractive(tag) { |
| 8228 | return tag === 'button' || tag === 'input' || tag === 'select' || tag === 'textarea'; |
| 8229 | } |
| 8230 | |
| 8231 | function shouldPreventMouseEvent(name, type, props) { |
| 8232 | switch (name) { |
no outgoing calls
no test coverage detected