fix: Allow for changing focus in lifecycle hooks (#1988)
This commit is contained in:
parent
77378af232
commit
8b56c70911
3 changed files with 12 additions and 1 deletions
|
|
@ -40,6 +40,7 @@
|
|||
- core: `Object.prototype` properties can no longer interfere with event listener calls.
|
||||
- API: Event handlers, when set to literally `undefined` (or any non-function), are now correctly removed.
|
||||
- core: `xlink:href` attributes are now correctly removed
|
||||
- core: render() function can no longer prevent from changing `document.activeElement` in lifecycle hooks
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue