Skip to content

Commit b68ee94

Browse files
thatbrguyRam81
authored andcommittedNov 5, 2018
Added Slice layer to pane.js (Cloud-CV#425)
1 parent 2bf2104 commit b68ee94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎ide/static/js/pane.js

+3
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ class Pane extends React.Component {
250250
<PaneElement setDraggingLayer={this.props.setDraggingLayer}
251251
handleClick={this.props.handleClick}
252252
id="Masking_Button">Masking</PaneElement>
253+
<PaneElement setDraggingLayer={this.props.setDraggingLayer}
254+
handleClick={this.props.handleClick}
255+
id="Slice_Button">Slice</PaneElement>
253256
</div>
254257
</div>
255258
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.