useTimeline: use store to provide partial editing
This commit is contained in:
		
							parent
							
								
									9486ac34ea
								
							
						
					
					
						commit
						fc8d489977
					
				
					 3 changed files with 65 additions and 30 deletions
				
			
		
							
								
								
									
										6
									
								
								src/platform/hardware.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								src/platform/hardware.ts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,6 @@ | |||
| export function vibrate(pattern: number | number[]) { | ||||
|   if (typeof navigator.vibrate !== "undefined") { | ||||
|     return navigator.vibrate(pattern); | ||||
|   } | ||||
|   return false; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue