From 01cab1fc7259f1a944fad49403328e70e9d61b97 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 2 Sep 2021 10:16:10 -0400 Subject: from last --- src/client/views/nodes/DocumentView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 7463e192f..c9482c770 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1189,7 +1189,7 @@ export class DocumentView extends React.Component { } } -Scripting.addGlobal(function toggleDetail(dv: DocumentView, detailLayoutKey: string) { - if (dv.Document.layoutKey === "layout_" + detailLayoutKey) dv.switchViews(false, "layout"); - else dv.switchViews(true, detailLayoutKey); +Scripting.addGlobal(function toggleDetail(dv: DocumentView, detailLayoutKeySuffix: string) { + if (dv.Document.layoutKey === "layout_" + detailLayoutKeySuffix) dv.switchViews(false, "layout"); + else dv.switchViews(true, detailLayoutKeySuffix); }); \ No newline at end of file -- cgit v1.2.3-70-g09d2