diff options
author | bobzel <zzzman@gmail.com> | 2022-04-26 11:16:10 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-04-26 11:16:10 -0400 |
commit | 5c1da16d7711c65c1453613cdf5e557cc0775052 (patch) | |
tree | 74ea45e5f67d3761c3f838d1cf31e60ed2527ad2 /src | |
parent | 0fa5a34abf8dcd40784c0a9e2f89ba01937af024 (diff) |
again from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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) => { |