|  | @@ -275,7 +275,8 @@ export default defineComponent({
 | 
											
												
													
														|  |  					class={[
 |  |  					class={[
 | 
											
												
													
														|  |  						styles.selectionContainer,
 |  |  						styles.selectionContainer,
 | 
											
												
													
														|  |  						isPad && styles.isPad,
 |  |  						isPad && styles.isPad,
 | 
											
												
													
														|  | -						state.zoom == 1.25 ? styles.middleZoom : state.zoom == 1.5 ? styles.bigZoom : state.zoom == 1.75 ? styles.largeZoom : ''
 |  | 
 | 
											
												
													
														|  | 
 |  | +						state.zoom == 1.25 ? styles.middleZoom : state.zoom == 1.5 ? styles.bigZoom : state.zoom == 1.75 ? styles.largeZoom : state.zoom == 2 ? styles.largeZoom2 : state.zoom == 2.25 ? styles.largeZoom3 : 
 | 
											
												
													
														|  | 
 |  | +						state.zoom == 0.65 ? styles.smallZoom : state.zoom == 0.5 ? styles.litteZoom : ''
 | 
											
												
													
														|  |  					]}
 |  |  					]}
 | 
											
												
													
														|  |  					onClick={(e: Event) => e.stopPropagation()}
 |  |  					onClick={(e: Event) => e.stopPropagation()}
 | 
											
												
													
														|  |  				>
 |  |  				>
 |