changes viewport sizes

This commit is contained in:
Eugene 2023-07-20 18:37:25 +03:00
parent 48a447cb3c
commit 6df6413838
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ export class Spreadsheet {
const spreadsheet = new Spreadsheet('#spreadsheet', {
view: {
height: window.innerHeight,
width: window.innerWidth
height: 600,
width: 800
},
})
spreadsheet.renderSheet()