Skip to content

Commit f493674

Browse files
author
minjk-bl
committed
Edit position of user option
1 parent 9ca7cc4 commit f493674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualpython/js/m_apps/File.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ define([
369369
// prepend user option
370370
let hasAllocateTo = $(this.wrapSelector(prefix + '#o0')).length > 0;
371371
if (hasAllocateTo) {
372-
$(this.wrapSelector(prefix + '#o0')).closest('tr').before(
372+
$(this.wrapSelector(prefix + '#o0')).closest('tr').after(
373373
$('<tr>').append($(`<td><label for="userOption">User Option</label></td>`))
374374
.append($('<td><input id="userOption" type="text" class="vp-input vp-state" placeholder="key=value, ..."/></td>'))
375375
)

0 commit comments

Comments
 (0)