2
0
Эх сурвалжийг харах

:bug: 注疏channel 没数据时按钮disable

visuddhinanda@gmail.com 4 жил өмнө
parent
commit
22480aa053

+ 1 - 1
public/app/term/note.js

@@ -471,7 +471,7 @@ function edition_list_changed(channelId){
 }
 function find_channal(id) {
 	for (const iterator of _channalData) {
-		if (id == iterator.id) {
+		if (id == iterator.id || id == iterator.uid) {
 			return iterator;
 		}
 	}