diff --git a/templates/files.html b/templates/files.html index 7727fcc..be1176a 100644 --- a/templates/files.html +++ b/templates/files.html @@ -306,7 +306,11 @@ $.contextMenu({ build: function($triggerElement, e){ // when right-clicking & no selection add one OR deal with ctrl/shift right-lick as it always changes seln if( NoSel() || e.ctrlKey || e.shiftKey ) + { DoSel(e, e.currentTarget ) + SetButtonState(); + } + if( FiguresOrDirsOrBoth() == "figure" ) {