File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
< script type ="text/javascript " src ="stitchcode/widgets.js?version=2023-05-10 "> </ script >
49
49
< script type ="text/javascript " src ="stitchcode/threads.js?version=2022-12-05 "> </ script >
50
50
< script type ="text/javascript " src ="stitchcode/objects.js?version=2023-05-10 "> </ script >
51
- < script type ="text/javascript " src ="stitchcode/turtlecloud.js?version=2024-11-10 "> </ script >
51
+ < script type ="text/javascript " src ="stitchcode/turtlecloud.js?version=2024-11-13 "> </ script >
52
52
< script type ="text/javascript " src ="stitchcode/gui.js?version=2024-11-10 "> </ script >
53
53
< script type ="text/javascript " src ="stitchcode/store.js?version=2023-05-10 "> </ script >
54
54
Original file line number Diff line number Diff line change @@ -636,8 +636,10 @@ ProjectDialogMorph.prototype.buildContents = function () {
636
636
this . tagsField = new InputFieldMorph ( "" ) ;
637
637
this . tagsField . edge = InputFieldMorph . prototype . edge ;
638
638
this . tagsField . contrast = InputFieldMorph . prototype . contrast ;
639
- // this.tagsField.fixLayout = InputFieldMorph.prototype.fixLayout;
639
+ this . tagsField . fixLayout = InputFieldMorph . prototype . fixLayout ;
640
640
this . body . add ( this . tagsField ) ;
641
+ this . tagsField . hide ( ) ;
642
+ this . tagsLabelField . hide ( ) ;
641
643
this . fixLayout ( ) ;
642
644
/*
643
645
this.preview.setExtent(
You can’t perform that action at this time.
0 commit comments