mirror of
				https://github.com/livebook-dev/livebook.git
				synced 2025-10-31 07:46:18 +08:00 
			
		
		
		
	Fix smart cells editor
This commit is contained in:
		
							parent
							
								
									377b677a6e
								
							
						
					
					
						commit
						8859985736
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2272,7 +2272,7 @@ defmodule LivebookWeb.SessionLive do | |||
|       editor: | ||||
|         cell.editor && | ||||
|           %{ | ||||
|             empty: cell.editor.souruce == "", | ||||
|             empty: cell.editor.source == "", | ||||
|             language: cell.editor.language, | ||||
|             placement: cell.editor.placement | ||||
|           } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue