You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when i programmatically trigger clone button it adds cloned object but if I move that object the blue dotted outline remain there until unless I reload the editor
Expected behavior
It should clone but without a blue outline
SVG-Edit environment (IMPORTANT)
File for SVG-Edit: editor.js
Version: v7
Protocol: [e.g., http, https, file]
Desktop (please complete the following information):
OS: Linux, Windows
Browser chrome
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Screenshots
The text was updated successfully, but these errors were encountered:
I am calling this method like:
this.clickClone();
it does its job and clones the selected element but the issue is with blue doted line with stays there even I move the cloned object from its place as I have mentioned in my previous comment. If there is any solution to remove those blue doted lines programmatically, please let me know and feel free to ask anything about this.
Describe the bug
when i programmatically trigger clone button it adds cloned object but if I move that object the blue dotted outline remain there until unless I reload the editor
Expected behavior
It should clone but without a blue outline
SVG-Edit environment (IMPORTANT)
Desktop (please complete the following information):
Smartphone (please complete the following information):
Screenshots
The text was updated successfully, but these errors were encountered: