Save window size whenever it changes

This commit is contained in:
Frank A. Krueger 2018-02-02 18:55:38 -08:00
parent b8a95536ef
commit 696e363437
No known key found for this signature in database
GPG Key ID: 0471C67474FFE664
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ function ooui (rootElementPath) {
k: "resize",
v: getSize (),
};
saveSize (em.v);
const ems = JSON.stringify (em);
if (socket != null)
socket.send (ems);