assets/air-monkey-hook.js in scms-4.0.3 vs assets/air-monkey-hook.js in scms-4.1.0
- old
+ new
@@ -35,10 +35,11 @@
$this.addClass("cmsEdit");
var bgColor = $(this).css("background-color");
var addTextMsg = "Double click to add text";
$this
- .bind("dblclick", function() {
+ .bind("dblclick", function(event) {
+ event.stopPropagation();
editMe(this);
})
.attr("title", "Double click to edit")
.mouseover(function() {
if ($.trim($this.html()) === "")
\ No newline at end of file