removed unnecessary debug logs
This commit is contained in:
		
							parent
							
								
									6dda77ec31
								
							
						
					
					
						commit
						176a8901b0
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -35,7 +35,6 @@ | |||
|     function gotoPost() { | ||||
|         if (focused) return; | ||||
|         if (event && event.key && event.key !== "Enter") return; | ||||
|         console.log(`/post/${post.id}`); | ||||
|         goto(`/post/${post.id}`); | ||||
|     } | ||||
| 
 | ||||
|  | @ -60,7 +59,7 @@ | |||
|             class={"post" + (focused ? " focused" : "")} | ||||
|             aria-label={aria_label} | ||||
|             bind:this={el} | ||||
|             on:mousedown={e => {mouse_pos.left = e.pageX; mouse_pos.top = e.pageY; console.log(mouse_pos)}} | ||||
|             on:mousedown={e => {mouse_pos.left = e.pageX; mouse_pos.top = e.pageY}} | ||||
|             on:mouseup={e => {if (e.pageX == mouse_pos.left && e.pageY == mouse_pos.top) gotoPost()}} | ||||
|             on:keydown={gotoPost}> | ||||
|         <PostHeader post={post} /> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue