Skip to content

Commit ed5476f

Browse files
committed
divider: add svg icon
1 parent 1ab4fb3 commit ed5476f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/js/tags/curve-editor.tag

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require('./curve');
2626
<resize-handle type="right"></resize-handle>
2727
<resize-handle type="bottom"></resize-handle>
2828
</div>
29-
29+
3030
>>>>>>> 160ef2ef7c5f203d6f474a73062d6f86e7069387
3131
<script type="babel">
3232
require('../../css/blocks/curve-editor');
@@ -73,7 +73,7 @@ require('./curve');
7373
if (Y_SIZE - tempResize_top < Y_SIZE) { tempResize_top = 0; }
7474
if (Y_SIZE + tempResize_bottom < Y_SIZE) { tempResize_bottom = 0; }
7575
if (X_SIZE + tempResize_right < X_SIZE) { tempResize_right = 0; }
76-
76+
7777
tempResize_top = mod( tempResize_top, -1 );
7878
tempResize_bottom = mod( tempResize_bottom );
7979
// tempResize_right = mod( tempResize_right );

0 commit comments

Comments
 (0)