mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	debounce the scratchpad
This commit is contained in:
		
							parent
							
								
									71d842421d
								
							
						
					
					
						commit
						c33ce30d32
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
		<div :class="$style.root">
 | 
							<div :class="$style.root">
 | 
				
			||||||
			<div class="_gaps_s">
 | 
								<div class="_gaps_s">
 | 
				
			||||||
				<div :class="$style.editor" class="_panel">
 | 
									<div :class="$style.editor" class="_panel">
 | 
				
			||||||
					<MkCodeEditor v-model="code" lang="aiscript"/>
 | 
										<MkCodeEditor v-model="code" lang="aiscript" debounce/>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
				<MkButton primary @click="run()"><i class="ti ti-player-play"></i></MkButton>
 | 
									<MkButton primary @click="run()"><i class="ti ti-player-play"></i></MkButton>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue