mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
List widget: Clarify performance optimisation impact of counter attribute
This commit is contained in:
parent
077ced0d1a
commit
b9c3c38edc
@ -117,7 +117,7 @@ Displays as:
|
||||
</$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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user