mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 13:32:59 +08:00
chore(vscode): update to 1.54.2
This commit is contained in:
@ -216,7 +216,7 @@ export class MarkdownEngine {
|
||||
|
||||
const src = token.attrGet('src');
|
||||
if (src) {
|
||||
env.containingImages.push({ src });
|
||||
env.containingImages?.push({ src });
|
||||
const imgHash = hash(src);
|
||||
token.attrSet('id', `image-hash-${imgHash}`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user