relation-graph icon indicating copy to clipboard operation
relation-graph copied to clipboard

Unable to find element in cloned iframe

Open Halecoder opened this issue 1 year ago • 0 comments

const getThumbnail = async () => {
  const graphInstance = graphRef.value!.getInstance();
  const thumbnail = await graphInstance.getImageBase64();
  return thumbnail;
};

获取base64为空,我在vue3的onBeforeUnmount钩子调用

Halecoder avatar Jun 20 '24 23:06 Halecoder