File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 205205 background-image : url(../ ../ resource/chevron_big_down.svg) !important ;
206206}
207207# vp_udfPage .vp-sn-item-header input .vp-sn-item-title {
208- width : calc (100% - 100 px );
208+ width : calc (100% - 110 px );
209209 outline : none;
210210 background : transparent;
211211 border : 0.5px solid transparent;
Original file line number Diff line number Diff line change @@ -339,6 +339,11 @@ define([
339339
340340 // item header click (toggle & select item) & double click (edit title)
341341 $ ( document ) . on ( 'click' , this . wrapSelector ( '.vp-sn-item-header' ) , function ( evt ) {
342+ // stop propagation on checkbox
343+ if ( $ ( evt . target ) . hasClass ( 'vp-sn-item-check' ) ) {
344+ return ;
345+ }
346+
342347 var thisHeader = this ;
343348 that . clicked ++ ;
344349 if ( that . clicked == 1 ) {
@@ -620,7 +625,7 @@ define([
620625
621626 that . loadUdfList ( ) ;
622627
623- vpCommon . renderSuccessMessage ( fileName + ' imported ' ) ;
628+ vpCommon . renderSuccessMessage ( evt . file + ' imported ' ) ;
624629 } ) ;
625630 } ) ;
626631 } ) ;
You can’t perform that action at this time.
0 commit comments