From 5c1da16d7711c65c1453613cdf5e557cc0775052 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 26 Apr 2022 11:16:10 -0400 Subject: again from last --- src/client/views/DocumentDecorations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index def2be848..d9c206032 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -166,7 +166,7 @@ export class DocumentDecorations extends React.Component<{ PanelWidth: number, P } } if (!this._deleteAfterIconify) views.forEach(dv => dv.iconify(finished)); - else finished(); + else if (force) finished(); } } onMaximizeDown = (e: React.PointerEvent) => { -- cgit v1.2.3-70-g09d2