Skip to content

Commit 8f0977f

Browse files
committed
fix broken test
1 parent eb556fb commit 8f0977f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/effect/blur/Blur.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BlurAction extends Action {
2626
* @param {NamedRegion} blurRegion
2727
*/
2828
region(blurRegion: NamedRegion): this {
29-
this._actionModel.region = {RegionType: this._region.regionType};
29+
this._actionModel.region = {RegionType: blurRegion.regionType};
3030
this._region = blurRegion;
3131
return this;
3232
}

0 commit comments

Comments
 (0)