@threedddplus/logoeditor 0.0.180 → 0.0.182
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/logoeditor.cjs.development.js +2 -0
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +2 -0
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/logoeditor.esm.js
CHANGED
@@ -6743,6 +6743,7 @@ var PopUpCanvas = function PopUpCanvas() {
|
|
6743
6743
|
window.addEventListener('click', removeColorPalatte);
|
6744
6744
|
//FOR REMOVING COLOR
|
6745
6745
|
popupCanv.on('mouse:down', function (event) {
|
6746
|
+
use3dddPlus.getState().popUpCanvasUpdateModification(true);
|
6746
6747
|
var removedColors = [];
|
6747
6748
|
if (event.target.type !== "line") {
|
6748
6749
|
removedColors.push(event.target.fill);
|
@@ -7390,6 +7391,7 @@ var PopUpCanvas = function PopUpCanvas() {
|
|
7390
7391
|
marginBottom: '3px'
|
7391
7392
|
}
|
7392
7393
|
}, "Note: The following colors used are not available in Richardson color palette. Please edit the colors used."), React.createElement("div", null, conflictColors.map(function (c, i) {
|
7394
|
+
// console.log(c,i);
|
7393
7395
|
return React.createElement("div", {
|
7394
7396
|
key: 'color-' + i,
|
7395
7397
|
style: {
|