Skip to content

Commit

Permalink
uxselect modification
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Paiiimannnoitla committed Mar 25, 2023
1 parent 63708df commit 2764060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion template/index-ux.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<taginfo.length;i++){
Expand Down

0 comments on commit 2764060

Please sign in to comment.