This commit is contained in:
hyojun.choi 2024-11-15 10:43:07 +09:00
commit 7016eacbf5
2 changed files with 239 additions and 1 deletions

View File

@ -248,7 +248,7 @@ export default function CanvasMenu(props) {
handleZoom(false)
}}
></button>
<span>{canvasZoom}%</span>
<span onClick={handleZoomClear}>{canvasZoom}%</span>
<button
className="control-btn plus"
onClick={() => {

File diff suppressed because it is too large Load Diff