From 710eec07958693d63393ae9f657f434705bf4b2e Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 10 Jan 2022 15:11:07 +0800 Subject: [PATCH] Roo/htmleditor/BlockFigure.js --- Roo/htmleditor/BlockFigure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/htmleditor/BlockFigure.js b/Roo/htmleditor/BlockFigure.js index cab4323696..d99a94a1c3 100644 --- a/Roo/htmleditor/BlockFigure.js +++ b/Roo/htmleditor/BlockFigure.js @@ -77,7 +77,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { Roo.MessageBox.show({ title : "Image Source URL", msg : "Enter the url for the image", - buttons: this.OKCANCEL, + buttons: Roo.MessageBox.OKCANCEL, fn: function(val){ block().image_src = val; block().updateElement(); -- 2.39.2