We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f51ae commit 8a5633fCopy full SHA for 8a5633f
src/js/link.js
@@ -1375,7 +1375,13 @@ var link = (function(){
1375
},
1376
selectGroup: function(groupIndex){
1377
stagedLink.position.destination.group=groupIndex;
1378
+stagedLink.position.destination.item=0;
1379
helper.e(".link-form-select-group").selectedIndex=stagedLink.position.destination.group;
1380
+varlinkFormPosition=helper.e(".link-form-position");
1381
+while(linkFormPosition.lastChild){
1382
+linkFormPosition.removeChild(linkFormPosition.lastChild);
1383
+};
1384
+linkFormPosition.appendChild(helper.node("option:"+helper.ordinalNumber(1)));
1385
}
1386
1387
group: {
0 commit comments