1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/core/modules/storyviews
lin onetwo 474b73bdbe
Feat: destroy() method for widgets to do custom cleanup (#6699)
* feat: inform child widget to do some custom cleanup

* fix: type

* refactor: restore old removeChildDomNodes

* refactor: make destroy() a separate method

* refactor: make destroy call removeChildDomNodes

* refactor: call destroy instead of removeChildDomNodes in each core widgets

* fix: refreshSelf does not mean destroy

* refactor: use old var insteadof const

* docs: about subclass
2023-05-06 12:19:11 +01:00
..
classic.js Feat: destroy() method for widgets to do custom cleanup (#6699) 2023-05-06 12:19:11 +01:00
pop.js Feat: destroy() method for widgets to do custom cleanup (#6699) 2023-05-06 12:19:11 +01:00
zoomin.js Feat: destroy() method for widgets to do custom cleanup (#6699) 2023-05-06 12:19:11 +01:00