Revert one change from Rev.1412.

It didn't seem to be necessary, and it might cause problems if foreignObject tool is not enabled.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1414 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jacques Distler 2010-02-19 20:02:36 +00:00
parent eab76a44c7
commit 19369af9ff
1 changed files with 1 additions and 1 deletions

View File

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