kiteditor 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -115,9 +115,7 @@ class @Mercury.PageEditor
|
|
115
115
|
|
116
116
|
@document.on 'mousedown', (event) ->
|
117
117
|
Mercury.trigger('hide:dialogs')
|
118
|
-
Mercury.log('mousedown')
|
119
118
|
if Mercury.region
|
120
|
-
Mercury.log('It is a region')
|
121
119
|
Mercury.trigger('unfocus:regions') unless jQuery(event.target).closest(".#{Mercury.config.regions.className}").get(0) == Mercury.region.element.get(0)
|
122
120
|
|
123
121
|
jQuery(window).on 'resize', =>
|