to:sync
This commit is contained in:
parent
2586df078b
commit
b29a883d74
@ -349,12 +349,12 @@ export class MyUtils {
|
||||
// myEditFrontSize.style.fontSize = window.myEdit.ctx.editFrontSize * dpr + 'px';
|
||||
// }
|
||||
// myEditFrontSize.style.fontSize = window.myEdit.ctx.editFrontSize * dpr + 'px';
|
||||
myEditFrontSize.style.fontSize = '16px';
|
||||
myEditFrontSize.style.fontSize = window.myEdit.ctx.editFrontSize + 'px';
|
||||
|
||||
|
||||
// console.log("myEditFrontSize: ", myEditFrontSize.style.fontSize);
|
||||
let testDiv = document.getElementById("testDevice");
|
||||
testDiv.innerText += "\ndpr:" + dpr;
|
||||
testDiv.innerText = "\ndpr:" + dpr;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user