From 696e36343740159b52175007f7c36847c6fb4a0a Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Fri, 2 Feb 2018 18:55:38 -0800 Subject: [PATCH] Save window size whenever it changes --- Ooui/Client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Ooui/Client.js b/Ooui/Client.js index 723a910..42f1a28 100644 --- a/Ooui/Client.js +++ b/Ooui/Client.js @@ -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);