Skip to content

Commit

Permalink
Merge branch 'release/1.2.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Apr 26, 2021
2 parents 0fa8ef7 + 9e7d131 commit fbdc168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
// Setup the click event
var wcCheck = $( '.single-product' ).length;
$('body *').on( 'click', function( e ) {
if( !thisView.active || thisView.$el.is(':hover') ) {
if ( ! thisView.active || thisView.$el[0] == e.target ) {
return true;
}

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== SiteOrigin CSS ===
Tags: css, design, edit, customize
Requires at least: 3.9
Tested up to: 5.6
Tested up to: 5.7
Stable tag: trunk
Build time: unbuilt
License: GPLv2 or later
Expand Down Expand Up @@ -65,6 +65,9 @@ We offer free support on the [SiteOrigin support forums](https://siteorigin.com/

== Changelog ==

= 1.2.14 - 26 April 2021 =
* Resolved Photo Gallery by 10Web plugin conflict.

= 1.2.13 - 01 February 2021 =
* Inspector: Added support for WooCommerce single product tabs.
* Inspector: Highlight important classes when element with class is selected.
Expand Down

0 comments on commit fbdc168

Please sign in to comment.