From f800f82c30ba7c16ba97e18579650d51ed06c73d Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Tue, 26 Mar 2024 05:15:38 +0100 Subject: [PATCH] dynanode: don't contain size --- TiddlyFlex/files/modules/widgets/dynanode.js | 4 ++-- TiddlyFlex/plugin.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TiddlyFlex/files/modules/widgets/dynanode.js b/TiddlyFlex/files/modules/widgets/dynanode.js index 1d3ee08..9f98145 100644 --- a/TiddlyFlex/files/modules/widgets/dynanode.js +++ b/TiddlyFlex/files/modules/widgets/dynanode.js @@ -287,7 +287,7 @@ DynaNodeWidget.prototype.checkVisibility = function(element,rect) { $tw.utils.removeClass(element,"tc-dynanode-hidden"); if(element.style["contain"] !== "content") { $tw.utils.setStyle(element,[ - { contain: "size layout paint style" } + { contain: "layout style paint" } // no size ]); } } @@ -297,7 +297,7 @@ DynaNodeWidget.prototype.checkVisibility = function(element,rect) { $tw.utils.removeClass(element,"tc-dynanode-near"); if(element.style["contain"] !== "content") { $tw.utils.setStyle(element,[ - { contain: "size layout paint style" } + { contain: "layout style paint" } // no size ]); } } diff --git a/TiddlyFlex/plugin.info b/TiddlyFlex/plugin.info index 4c25946..bec7b80 100644 --- a/TiddlyFlex/plugin.info +++ b/TiddlyFlex/plugin.info @@ -4,7 +4,7 @@ "name": "TiddlyFlex", "plugin-type": "plugin", "author": "Simon Huber", - "version": "0.0.170", + "version": "0.0.171", "core-version": ">=5.3.3", "source": "https://github.com/BurningTreeC/TiddlyFlex", "list": "readme license"