@@ -106,7 +106,7 @@ func newBrowse(file string) {
return 1
})
for i, v := range directoryState.images {
if v == file {
if v == filepath.Base(file) {
directoryState.i = i
}
The note is not visible to the blocked user.