Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
perf(rewrite draw canvas method): prepare for inline string
Browse files Browse the repository at this point in the history
suport complex rotate and wrap
  • Loading branch information
tubiaoge committed Sep 11, 2020
1 parent 586e330 commit 8c99536
Show file tree
Hide file tree
Showing 4 changed files with 440 additions and 1,137 deletions.
6 changes: 3 additions & 3 deletions src/controllers/menuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -2937,9 +2937,9 @@ const menuButton = {
d[r][c][attr] = foucsStatus;
}

if(attr == "tr" && d[r][c].tb != null){
d[r][c].tb = "0";
}
// if(attr == "tr" && d[r][c].tb != null){
// d[r][c].tb = "0";
// }
}
}
}
Expand Down
Loading

0 comments on commit 8c99536

Please sign in to comment.