From 85f5078fa63482754e3dc49673a62e243d5b09e9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 26 Sep 2019 01:51:11 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 32f36026..4c9f099e 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -546,6 +546,9 @@ var BaseItemPrototype = { // // but this works OK: // dialog.disable('nested/2') + // + // This might also be a side effect of the .dom / .elem set of + // issues... update: function(options){ this.parent && this.parent.render(this, options)