Browse Source

parent 查词

visuddhinanda 4 years ago
parent
commit
f345563fca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/studio/js/editor.js

+ 1 - 0
app/studio/js/editor.js

@@ -4742,6 +4742,7 @@ function render_word_menu_parent(id) {
 	if (!str_in_array(word_real, sWord)) {
 		sWord.push(word_real);
 	}
+	output += "<a onclick=\"meaningPartLookup('" + word_parent + "')\">🔍" +gLocal.gui.dict +"</a>";
 
 	for (var iWord in sWord) {
 		var pali = sWord[iWord];