Skip to content

Commit 99bfece

Browse files
committed
More merge conflicts?
2 parents 358e0d1 + e51db57 commit 99bfece

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/components/Rectangle.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,17 @@ class Rectangle extends Component<PropsInt, StateInt> {
167167
draggable={false}
168168
fill={null}
169169
shadowBlur={childId === -1 ? 6 : null}
170+
<<<<<<< HEAD
170171
fillPatternImage={this.state.image ? this.state.image : null}
171172
fillPatternScaleX={this.state.image ? width / this.state.image.width : 1}
172173
fillPatternScaleY={this.state.image ? height / this.state.image.height : 1}
174+
=======
175+
176+
fillPatternImage={this.state.image ? this.state.image : null}
177+
fillPatternScaleX={this.state.image ? width / this.state.image.width : 1}
178+
fillPatternScaleY={this.state.image ? height / this.state.image.height : 1}
179+
180+
>>>>>>> e51db579b0759ac9d502e6bfaea52067bd942eb6
173181
_useStrictMode
174182
/>
175183
<Label>

src/containers/LeftContainer.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,19 @@ class LeftContainer extends Component<PropsInt, StateInt> {
163163
this.chooseAppDir();
164164
};
165165

166+
<<<<<<< HEAD
166167
<<<<<<< HEAD
167168
chooseAppDir = () => IPC.send("choose_app_dir");
168169
addImage = () => IPC.send('update-file');
169170
=======
170171
chooseAppDir = () => IPC.send('choose_app_dir');
171172
>>>>>>> 5b06f9594f8f844e2ac13ae8e5c94fa9d71dfd80
173+
=======
174+
175+
chooseAppDir = () => IPC.send("choose_app_dir");
176+
addImage = () => IPC.send('update-file');
177+
178+
>>>>>>> e51db579b0759ac9d502e6bfaea52067bd942eb6
172179

173180
showGenerateAppModal = () => {
174181
const { closeModal, chooseGenOptions } = this;

0 commit comments

Comments
 (0)