cm-page-builder
Advanced tools
Comparing version 1.2.14 to 1.2.15
@@ -115,4 +115,4 @@ 'use strict'; | ||
styles: styles, | ||
'data-gramm_editor': 'false', | ||
onSelect: context.handleSelection | ||
'data-gramm_editor': 'false' | ||
// onSelect={context.handleSelection} | ||
}) | ||
@@ -119,0 +119,0 @@ ); |
@@ -141,2 +141,3 @@ 'use strict'; | ||
} | ||
_this.handleRangeSelection(e); | ||
}; | ||
@@ -294,2 +295,4 @@ | ||
var isEdit = this.props.status === 'Edit'; | ||
console.log('current', currentType); | ||
return _react2.default.createElement( | ||
@@ -321,3 +324,3 @@ 'div', | ||
{ | ||
'in': actionDomRect && actionDomRect.top && isEdit, | ||
'in': actionDomRect && actionDomRect.top && isEdit && currentType !== "Title of the page", | ||
timeout: 400, | ||
@@ -324,0 +327,0 @@ classNames: 'dropdown-fade', |
{ | ||
"name": "cm-page-builder", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"description": "Awesome react starter kit", | ||
@@ -5,0 +5,0 @@ "main": "lib/page/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127659
3038