From b9c3c38edc60185d2fe3c0e6a59c48cf944c4f01 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sat, 2 Oct 2021 18:27:50 +0100 Subject: [PATCH] List widget: Clarify performance optimisation impact of counter attribute --- editions/tw5.com/tiddlers/widgets/ListWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/ListWidget.tid b/editions/tw5.com/tiddlers/widgets/ListWidget.tid index 94f5a6a27..f0e69a98a 100644 --- a/editions/tw5.com/tiddlers/widgets/ListWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ListWidget.tid @@ -117,7 +117,7 @@ Displays as: <<< -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