We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab4fb3 commit ed5476fCopy full SHA for ed5476f
app/js/tags/curve-editor.tag
@@ -26,7 +26,7 @@ require('./curve');
26
<resize-handle type="right"></resize-handle>
27
<resize-handle type="bottom"></resize-handle>
28
</div>
29
-
+
30
>>>>>>> 160ef2ef7c5f203d6f474a73062d6f86e7069387
31
<script type="babel">
32
require('../../css/blocks/curve-editor');
@@ -73,7 +73,7 @@ require('./curve');
73
if (Y_SIZE - tempResize_top < Y_SIZE) { tempResize_top = 0; }
74
if (Y_SIZE + tempResize_bottom < Y_SIZE) { tempResize_bottom = 0; }
75
if (X_SIZE + tempResize_right < X_SIZE) { tempResize_right = 0; }
76
77
tempResize_top = mod( tempResize_top, -1 );
78
tempResize_bottom = mod( tempResize_bottom );
79
// tempResize_right = mod( tempResize_right );
0 commit comments