Michael
Michael
feat: 增加支持正则匹配 message
## Background https://github.com/solidjs/solid/issues/1786 `event. stopPropagation` is not work as expected. ## Solution Change the `render` and `delegateEvents` in `dom-expressions/src/client.js` ```js let ROOT_ELEMENT = window.document export function render(code, element, init, options...
### Describe the bug I used `event.stopPropagation` in the event in the application, but the event can still be executed outside the application. ### Your Example Website or App https://codesandbox.io/p/sandbox/cool-thunder-mw586z?welcome=true...
## Types of changes - [ ] New feature - [ ] Bug fix - [x] Enhancement - [ ] Documentation change - [ ] Coding style change - [...
## Types of changes - [ ] New feature - [ ] Bug fix - [x] Enhancement - [ ] Documentation change - [ ] Coding style change - [...
## Types of changes - [ ] New feature - [ ] Bug fix - [x] Enhancement - [ ] Documentation change - [ ] Coding style change - [...