File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,9 @@ async function switchProfile(profileName) {
108108 if ( profile ) {
109109 await chrome . storage . sync . set ( { 'currentProfile' : profileName } ) ;
110110 logConfigurationRelatedStuff ( `Switched to profile: ${ profileName } ` ) ;
111- showToast ( `Switched to profile: ${ profileName } ` , 'info' ) ;
112111 return profile ;
113112 } else {
114- logConfigurationRelatedStuff ( `Failed to switch to profile: ${ profileName } ` ) ;
115- showToast ( `Failed to switch to profile: ${ profileName } ` , 'error' ) ;
113+ logConfigurationRelatedStuff ( `Failed to switch to profile: ${ profileName } ` ) ;
116114 return null ;
117115 }
118116 } catch ( error ) {
Original file line number Diff line number Diff line change @@ -350,8 +350,6 @@ function handleDragOver(e) {
350350 parent . insertBefore ( draggedItem , target . nextSibling ) ;
351351 }
352352
353- // Auto-scroll if near top/bottom
354- handleAutoScroll ( ) ;
355353}
356354
357355function handleDrop ( e ) {
You can’t perform that action at this time.
0 commit comments