mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Fix preview label issue.
This commit is contained in:
parent
b33599f4f2
commit
86466f072b
3 changed files with 4 additions and 2 deletions
|
@ -65,6 +65,8 @@ modulejs.define('ext/preview', ['_', '$', 'core/resource', 'core/settings', 'cor
|
|||
|
||||
function onEnter() {
|
||||
|
||||
setLabels([]);
|
||||
$('#pv-content').empty();
|
||||
$('#pv-overlay').stop(true, true).fadeIn(200);
|
||||
$window.on('keydown', onKeydown);
|
||||
adjustSize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue