From fc26d3390e2059d18f7d6130262ea9cfbec47f39 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 5 Oct 2018 21:14:56 -0700 Subject: [PATCH] Use null __initialLayout to indicate we don't have a layout in mind --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index ebe0540a80..cbc79f5e6d 100644 --- a/js/index.js +++ b/js/index.js @@ -173,7 +173,7 @@ Raven.context(async () => { return; } const __extraWindows = []; - let __initialWindowLayout = {}; + let __initialWindowLayout = null; if (isButterchurnSupported()) { const startWithMilkdropHidden =