Bastien Guillon
Results
2
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 =...
It seems to be specific to the `lu-department-select` component, the `lu-user-select` has the right behavior for example: 