Skip to content

Commit b5be361

Browse files
author
minjk-bl
committed
Add version of vp on hovering vp logo
1 parent 1b32a56 commit b5be361

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

visualpython/js/menu/MenuFrame.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ define([
236236
// }
237237
// }
238238
// this.$pageDom = $(replaceHtml);
239+
240+
// add hover title for logo
241+
this.$pageDom.find('.vp-logo').prop('title', com_Const.TOOLBAR_BTN_INFO.HELP);
239242
return this.$pageDom;
240243
}
241244

0 commit comments

Comments
 (0)