mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-03 22:10:29 +03:00 
			
		
		
		
	Fix editor focus after autocomplete (#2233)
* upgrade slatejs * collapse autocomplete on escape * make FN_KEYS_REGEX const in module scope
This commit is contained in:
		
							parent
							
								
									2c7038cd1f
								
							
						
					
					
						commit
						ccfe30cd68
					
				
					 4 changed files with 84 additions and 49 deletions
				
			
		| 
						 | 
				
			
			@ -73,9 +73,10 @@
 | 
			
		|||
    "react-range": "1.8.14",
 | 
			
		||||
    "react-router-dom": "6.20.0",
 | 
			
		||||
    "sanitize-html": "2.12.1",
 | 
			
		||||
    "slate": "0.94.1",
 | 
			
		||||
    "slate-history": "0.93.0",
 | 
			
		||||
    "slate-react": "0.98.4",
 | 
			
		||||
    "slate": "0.112.0",
 | 
			
		||||
    "slate-dom": "0.112.2",
 | 
			
		||||
    "slate-history": "0.110.3",
 | 
			
		||||
    "slate-react": "0.112.1",
 | 
			
		||||
    "tippy.js": "6.3.7",
 | 
			
		||||
    "ua-parser-js": "1.0.35"
 | 
			
		||||
  },
 | 
			
		||||
| 
						 | 
				
			
			@ -84,6 +85,7 @@
 | 
			
		|||
    "@rollup/plugin-inject": "5.0.3",
 | 
			
		||||
    "@rollup/plugin-wasm": "6.1.1",
 | 
			
		||||
    "@types/file-saver": "2.0.5",
 | 
			
		||||
    "@types/is-hotkey": "0.1.10",
 | 
			
		||||
    "@types/node": "18.11.18",
 | 
			
		||||
    "@types/prismjs": "1.26.0",
 | 
			
		||||
    "@types/react": "18.2.39",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue