From 27640607bb39d3465b297b656ce658efc5cc6d17 Mon Sep 17 00:00:00 2001 From: Paiiimannnoitla <121204598+Paiiimannnoitla@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:02:18 +0800 Subject: [PATCH] uxselect modification To fit the new behavior of floor structure and fsgetPath, I set the default value to true. It will keep tracking current path instead of whold path --- log.md | 3 +++ template/index-ux.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/log.md b/log.md index a242057..9b0cd65 100644 --- a/log.md +++ b/log.md @@ -7,6 +7,9 @@ # Added 1. Add fully functional support in fslabel redirecting -- finished + # Changed + 1. Slightly modify the behavior of uxselect to fit the change of floor structure + -- finished --- ## 2023.03.25 version 0.4.6.1 -- Bug fix diff --git a/template/index-ux.js b/template/index-ux.js index 82cbd6d..0be53b1 100644 --- a/template/index-ux.js +++ b/template/index-ux.js @@ -19,7 +19,7 @@ const tagmain = (name) =>{ // Side: Tag display const tagdisplay = async (name) =>{ - const tagpath = fsgetPath() + const tagpath = fsgetPath(true) const taginfo = await window.tag.info(name,tagpath) const queryset = [] for (var i=0;i