Bastien Guillon
Results
1
comments of
Bastien Guillon
I wrote a dirty hack to temporarily fix the issue, but it is clearly not a viable solution ```ts for (const op of delta.ops) { if (op?.insert?.image) { op.insert.image.toString =...