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 9ca7cc4 commit f493674Copy full SHA for f493674
visualpython/js/m_apps/File.js
@@ -369,7 +369,7 @@ define([
369
// prepend user option
370
let hasAllocateTo = $(this.wrapSelector(prefix + '#o0')).length > 0;
371
if (hasAllocateTo) {
372
- $(this.wrapSelector(prefix + '#o0')).closest('tr').before(
+ $(this.wrapSelector(prefix + '#o0')).closest('tr').after(
373
$('<tr>').append($(`<td><label for="userOption">User Option</label></td>`))
374
.append($('<td><input id="userOption" type="text" class="vp-input vp-state" placeholder="key=value, ..."/></td>'))
375
)
0 commit comments