mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
unvendor: Replace SVGInject
This commit is contained in:
@ -5,6 +5,7 @@ import {
|
||||
localforage,
|
||||
Handlebars,
|
||||
DiffMatchPatch,
|
||||
SVGInject,
|
||||
initLibraryShims,
|
||||
default as libs,
|
||||
} from './lib.js';
|
||||
@ -2136,7 +2137,7 @@ function insertSVGIcon(mes, extra) {
|
||||
mes.find('.timestamp').after(image);
|
||||
}
|
||||
|
||||
await SVGInject(this);
|
||||
await SVGInject(image);
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user