kopia lustrzana https://github.com/backface/turtlestitch
				
				
				
			fixed a list-watcher direct-editing offset bug
							rodzic
							
								
									88cbe803a5
								
							
						
					
					
						commit
						0644a74ab6
					
				|  | @ -2,6 +2,9 @@ | |||
| 
 | ||||
| ## in development: | ||||
| 
 | ||||
| ### 2020-07-20 | ||||
| * objects: fixed a list-watcher direct-editing offset bug | ||||
| 
 | ||||
| ### 2020-07-19 | ||||
| * blocks: blocks-fade-out support for label arrows (under construction) | ||||
| * blocks: blocks-fade-out support for multi-line inputs (under construction) | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ | |||
|         <script src="src/widgets.js?version=2020-07-13"></script> | ||||
|         <script src="src/blocks.js?version=2020-07-20"></script> | ||||
|         <script src="src/threads.js?version=2020-07-09"></script> | ||||
|         <script src="src/objects.js?version=2020-07-13"></script> | ||||
|         <script src="src/objects.js?version=2020-07-20"></script> | ||||
|         <script src="src/gui.js?version=2020-07-19"></script> | ||||
|         <script src="src/paint.js?version=2020-05-17"></script> | ||||
|         <script src="src/lists.js?version=2020-07-01"></script> | ||||
|  |  | |||
|  | @ -84,7 +84,7 @@ BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph,  BooleanSlotMorph, | |||
| localize, TableMorph, TableFrameMorph, normalizeCanvas, VectorPaintEditorMorph, | ||||
| HandleMorph, AlignmentMorph, Process, XML_Element, WorldMap, copyCanvas*/ | ||||
| 
 | ||||
| modules.objects = '2020-July-13'; | ||||
| modules.objects = '2020-July-20'; | ||||
| 
 | ||||
| var SpriteMorph; | ||||
| var StageMorph; | ||||
|  | @ -10965,7 +10965,7 @@ CellMorph.prototype.reactToEdit = function (textMorph) { | |||
|         if (listWatcher) { | ||||
|             listWatcher.list.put( | ||||
|                 textMorph.text, | ||||
|                 this.idx | ||||
|                 this.idx + listWatcher.start - 1 | ||||
|             ); | ||||
|         } | ||||
|     } | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 jmoenig
						jmoenig