fix: notes editor shows up halfway off the screen

This commit is contained in:
Azgaar 2023-01-23 00:11:20 +04:00
parent dd56c7e433
commit 16e0aef2fb
5 changed files with 4 additions and 13 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.89.02"; // generator version, update each time
const version = "1.89.03"; // generator version, update each time
{
document.title += " v" + version;