Browse Source

Merge pull request #825 from wenfangdu/patch-2

refactor: removed dead code
master
Dushusir 4 years ago
committed by GitHub
parent
commit
b2ab4e5590
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/controllers/zoom.js

5
src/controllers/zoom.js

@ -252,11 +252,6 @@ export function zoomInitial(){
);
}
function zoomSlierDown(){
}
function positionToRatio(pos){
let ratio = 1;
if(pos<50){

Loading…
Cancel
Save