Auto-refresh images on edit

Only for Markdown images, not drawing blocks, since those will eventually be deprecated.
This commit is contained in:
MassiveBox 2025-04-03 15:51:33 +02:00
parent 5e51589ffa
commit e9a9961b61
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
4 changed files with 33 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"useDefineForClassFields": true,
"module": "ESNext",
"lib": [
"ES2020",
"ES2021",
"DOM",
"DOM.Iterable"
],