Skip to content

Commit 526e29a

Browse files
classes: update constructArea() in ProjectData class
- remove setImage() from video type are.
1 parent 033f868 commit 526e29a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/classes/project-data.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ class ProjectData {
236236
result.setVideo = (video) => {
237237
ProjectData.setAreaVideo(area, video)
238238
}
239-
result.setImage = (image) => {
240-
ProjectData.setAreaImage(area, image)
241-
}
242239
}
243240

244241
return result

0 commit comments

Comments
 (0)