From 5b1c11b1bc031fcf3749f34153d5ed866f113575 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 15 Aug 2022 22:37:28 -0600 Subject: [PATCH] Fix typo --- core/file_area_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/file_area_list.js b/core/file_area_list.js index 49235a9d..9a778468 100644 --- a/core/file_area_list.js +++ b/core/file_area_list.js @@ -345,7 +345,7 @@ exports.getModule = class FileAreaList extends MenuModule { } displayArtDataPrepCallback(name, artData, viewController) { - if (name === details) { + if (name === 'details') { try { this.detailsInfoArea = { top: artData.mciMap.XY2.position,