From 256805314f156d5ec4272e5f157b38f980b90596 Mon Sep 17 00:00:00 2001 From: rgembalik Date: Thu, 13 Jun 2024 10:19:33 +0200 Subject: [PATCH] Update plugins.md --- docs/panel/PluginsDevelopment/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/panel/PluginsDevelopment/plugins.md b/docs/panel/PluginsDevelopment/plugins.md index a54ad916..376563c6 100644 --- a/docs/panel/PluginsDevelopment/plugins.md +++ b/docs/panel/PluginsDevelopment/plugins.md @@ -308,7 +308,7 @@ return element; ``` { data-search-exclude } -!!! note On multiple attaches/detaches +!!! note "Multiple attaches/detaches" Your HTML element may be attached and detached multiple times, depending on the view and place being rendered. Be prepared to handle those situations accordingly. E.g. if you keep your elements in a cache across multiple renders, consider waiting at least 50ms before the element is removed from the cache. ## Plugin Installation