Skip to content

Commit 9e62f83

Browse files
committed
fix: fix saving altTag
Resolves #1
1 parent 9716dc2 commit 9e62f83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/components/modai/js/mgr/autosummary.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ Ext.onReady(function() {
240240
success: {
241241
fn: (r) => {
242242
imagePlus.items.items[1].items.items[1].items.items[0].setValue(r.object.content);
243+
imagePlus.image.altTag = r.object.content;
244+
imagePlus.updateValue();
243245
Ext.Msg.hide();
244246
}
245247
},

0 commit comments

Comments
 (0)