|
@@ -1527,6 +1527,14 @@ const decimalRound = (val: number) => {
|
|
};
|
|
};
|
|
|
|
|
|
const changeValue = (prop: string) => {
|
|
const changeValue = (prop: string) => {
|
|
|
|
+ if(prop.indexOf('radient')!==-1){
|
|
|
|
+ let collect = document.querySelectorAll('[class^="t-color-picker"]')
|
|
|
|
+ collect.forEach((i:HTMLElement)=> {
|
|
|
|
+ if(!i.dataset.meta2dIgnore){
|
|
|
|
+ i.dataset.meta2dIgnore = 'true';
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ }
|
|
updatePen(data.pen, prop);
|
|
updatePen(data.pen, prop);
|
|
selections.pen[prop] = getter(data.pen, prop);
|
|
selections.pen[prop] = getter(data.pen, prop);
|
|
if (prop === 'iframe') {
|
|
if (prop === 'iframe') {
|