Canvas goes blank when double click the notation

HI,

Canvas goes blank when double click the notation.
Please find the attached screenshot,
This issue we see it in Chrome 87 version ,
Same issue we are not reproducing in Chrome 88 version

Please let us know your inputs on this issue

issue2

This is likely to be an issue with styling. When creating the bpmn-js instance try adding position: 'absolute':

const modeler = new BpmnJS({
  position: "absolute",
  ...
});

This should fix the issue.

Thanks for quick reply, i did not apply style, its working fine in Chrome 88 ,
not working in Chrome 87 version
Any Idea why it is not working in Chrome 87 version?

Did it fix the issue in Chrome 87?

I don’t know exactly why the issue appears but I’ve seen it many times.