mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-25 00:00:00 +08:00
Added link selector interface to WYSIWYG editor
This commit is contained in:
@ -135,6 +135,11 @@ $(function () {
|
||||
$(this).closest('.overlay').fadeOut(240);
|
||||
});
|
||||
|
||||
$('.overlay').click(function(event) {
|
||||
if (!$(event.target).hasClass('overlay')) return;
|
||||
$(this).fadeOut(240);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
// Page specific items
|
||||
|
Reference in New Issue
Block a user