From d26e3e9c063c735e2c19ed5849c058a0177cd5cd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 19 Nov 2020 17:07:17 +0800 Subject: [PATCH] Roo/bootstrap/Modal.js --- Roo/bootstrap/Modal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 1d1d9a2dc0..8070b3dbed 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -507,6 +507,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { */ setTitle: function(str) { this.titleEl.dom.innerHTML = str; + this.title = str; }, /** * Set the body of the Dialog -- 2.39.2