File tree 1 file changed +2
-2
lines changed
src/graph_notebook/widgets/src 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1098,7 +1098,7 @@ export class ForceView extends DOMWidgetView {
1098
1098
this . detailsPanel . style . top =
1099
1099
( detailsTop / 650 ) * window . innerHeight + "px" ;
1100
1100
this . expandBtn . innerHTML = feather . icons [ "minimize-2" ] . toSvg ( ) ;
1101
- this . expandBtn . title = "Minimize " ;
1101
+ this . expandBtn . title = "Exit Fullscreen " ;
1102
1102
} else {
1103
1103
this . detailsPanel . style . left =
1104
1104
( detailsLeft / window . innerWidth ) * 650 + "px" ;
@@ -1111,7 +1111,7 @@ export class ForceView extends DOMWidgetView {
1111
1111
console . log ( newTop ) ;
1112
1112
1113
1113
this . expandBtn . innerHTML = feather . icons [ "maximize-2" ] . toSvg ( ) ;
1114
- this . expandBtn . title = "Exit Fullscreen" ;
1114
+ this . expandBtn . title = "Fullscreen" ;
1115
1115
document . removeEventListener ( "fullscreenchange" , fullscreenchange ) ;
1116
1116
}
1117
1117
this . expandBtn . classList . toggle ( "active" ) ;
You can’t perform that action at this time.
0 commit comments