svgedit
svgedit copied to clipboard
I would like to hide the tooltip when mouse hover on the layer
I would like to hide the tooltip when mouse hover on the layer
May i know where to change the code
You can review your svg source, and remove title="balabala..."
You can review your svg source, and remove
title="balabala..."
Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want
You can review your svg source, and remove
title="balabala..."
Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want
Can you paste your svg demo code here? I didn't see any tool-tips with my svg file.
You can review your svg source, and remove
title="balabala..."
Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want
Can you paste your svg demo code here? I didn't see any tool-tips with my svg file.
There are lot of files in the folder and i am not sure which one is invoking this tooltip
You can review your svg source, and remove
title="balabala..."
Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want
Can you paste your svg demo code here? I didn't see any tool-tips with my svg file.
There are lot of files in the folder and i am not sure which one is invoking this tooltip
/packages/svgcanvas/core/layer.js
You can modify the code:
- Not create
<title>
element - Set title info to attribute like
data-title="...."
You can review your svg source, and remove
title="balabala..."
Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want
Can you paste your svg demo code here? I didn't see any tool-tips with my svg file.
There are lot of files in the folder and i am not sure which one is invoking this tooltip
/packages/svgcanvas/core/layer.js
You can modify the code:
- Not create
<title>
element- Set title info to attribute like
data-title="...."
Is there any option to remove the tooltip from the layer.
Is there any option to remove the tooltip from the layer.
not yet.