You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the animation is run with JavaScript Animation API, so that the distance of expanding and shrinking can be confirmed with the clientHeight of element
Breaking Changes for Customization: To disable the animation, you can add custom CSS property just like:
.listli { --animation: none; }
Printing (with printer or to PDF file) is now supported. The shortcut is Command/Ctrl + P.
Stylesheet now will be extracted to one single file when compiled to improve performance.
Fix bug of sequential updating of permanent list.
Fix bug of maximize button when clicking system context menu.