Skip to content

Commit

Permalink
Switch to the graphics tab automatically when strype.graphics is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilccbrown committed Dec 9, 2024
1 parent 662716b commit 031bc82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PythonExecutionArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ export default Vue.extend({
getPersistentImageManager() : PersistentImageManager {
this.isRunningStrypeGraphics = true;
this.peaDisplayTabIndex = 1;
return persistentImageManager;
},
Expand Down

0 comments on commit 031bc82

Please sign in to comment.