1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 14:55:17 +00:00

List widget: Clarify performance optimisation impact of counter attribute

This commit is contained in:
jeremy@jermolene.com 2021-10-02 18:27:50 +01:00
parent 077ced0d1a
commit b9c3c38edc

View File

@ -117,7 +117,7 @@ Displays as:
</$list> </$list>
<<< <<<
Note that using the `counter` attribute degrades the performance of the list widget because it prevents the optimisation of refreshes by moving list items around instead of rerendering them. Note that using the `counter` attribute can degrade the performance of the list widget in certain circumstances. In particular, it prevents an optimisation that normally occurs when dynamically adding or removing entries.
!! Edit mode !! Edit mode