We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb556fb commit 8f0977fCopy full SHA for 8f0977f
src/actions/effect/blur/Blur.ts
@@ -26,7 +26,7 @@ class BlurAction extends Action {
26
* @param {NamedRegion} blurRegion
27
*/
28
region(blurRegion: NamedRegion): this {
29
- this._actionModel.region = {RegionType: this._region.regionType};
+ this._actionModel.region = {RegionType: blurRegion.regionType};
30
this._region = blurRegion;
31
return this;
32
}
0 commit comments