TODO comment.

This commit is contained in:
Christian Bastian
2024-03-28 23:46:24 -04:00
parent bb9d2037f1
commit 9a1694ad0b

View File

@@ -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;