From 9a1694ad0b4749774afb0d67ec2757fd411c9f01 Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:46:24 -0400 Subject: [PATCH] TODO comment. --- web/model-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/model-manager.js b/web/model-manager.js index b6d4fcd..554579b 100644 --- a/web/model-manager.js +++ b/web/model-manager.js @@ -631,7 +631,7 @@ const DROPDOWN_DIRECTORY_SELECTION_CLASS = "search-dropdown-selected"; class ModelData { /** @type {string} */ - searchSeparator = "/"; + searchSeparator = "/"; // TODO: other client or server code may be assuming this to always be "\" /** @type {string} */ systemSeparator = null;