mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 16:31:37 +02:00
Remove debug
This commit is contained in:
parent
bba6767608
commit
f3011f00f7
@ -47,7 +47,6 @@ export class FontWatcher implements IWatcher {
|
|||||||
};
|
};
|
||||||
|
|
||||||
private setRootFontSize = (size) => {
|
private setRootFontSize = (size) => {
|
||||||
console.log({size})
|
|
||||||
const fontSize = Math.max(Math.min(FontWatcher.MAX_SIZE, size), FontWatcher.MIN_SIZE);
|
const fontSize = Math.max(Math.min(FontWatcher.MAX_SIZE, size), FontWatcher.MIN_SIZE);
|
||||||
|
|
||||||
if (fontSize !== size) {
|
if (fontSize !== size) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user