Implemented a clipboard that works across tabs and windows.
This commit is contained in:
@@ -1191,8 +1191,9 @@ svgedit.utilities.copyElem = function(el, getNextId) {
|
||||
var ref = $(el).data('symbol');
|
||||
$(new_el).data('ref', ref).data('symbol', ref);
|
||||
} else if (new_el.tagName == 'image') {
|
||||
preventClickDefault(new_el);
|
||||
svgedit.utilities.preventClickDefault(new_el);
|
||||
}
|
||||
|
||||
return new_el;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user