Skip to content

Commit

Permalink
Merge pull request #740 from jvega-crafter/feature/1751
Browse files Browse the repository at this point in the history
[studio-ui] Form html is not deleted after saving/canceling edition #1751
  • Loading branch information
sumerjabri committed Jan 10, 2018
2 parents a869f06 + 35e321e commit 13643bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-assets/components/cstudio-common/common-api.js
Expand Up @@ -8359,7 +8359,7 @@ CStudioAuthoring.InContextEdit = {
window.top.iceDialogs.splice(i, 1);

if(dialog) {
dialog.close();
dialog.end();
}
}
}
Expand Down

0 comments on commit 13643bb

Please sign in to comment.