mirror of
				https://github.com/skishore/makemeahanzi.git
				synced 2025-10-31 10:56:39 +08:00 
			
		
		
		
	Get bridges working
This commit is contained in:
		| @ -53,7 +53,7 @@ Tracker.autorun(() => { | ||||
|   const glyph = Session.get('editor.glyph'); | ||||
|   if (!glyph) return; | ||||
|   if (!last_glyph || glyph.character !== last_glyph.character) { | ||||
|     stage = new stages.strokes(glyph); | ||||
|     stage = new stages.bridges(glyph); | ||||
|   } | ||||
|   stage.refresh(glyph); | ||||
|   last_glyph = glyph; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaunak Kishore
					Shaunak Kishore