And your little dog, too ...

This commit is contained in:
Jacques Distler 2010-02-18 21:02:11 -06:00
parent 06262ce257
commit dab8e5daa1

View file

@ -1823,7 +1823,7 @@ function svg_edit_setup() {
var cancelOverlays = function() {
$('#dialog_box').hide();
if (!editingsource && !docprops) return;
if (!editingsource && !editingforeign && !docprops) return;
if (editingsource) {
var oldString = svgCanvas.getSvgString();