mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
new design
This commit is contained in:
@@ -19,9 +19,8 @@ define([
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!view.$('.sf-dropdown-menu').is(target)
|
||||
&& !view.$('.sf-dropdown-menu').find('*').is(target))
|
||||
{
|
||||
if (!view.$('.sf-dropdown-menu').is(target) &&
|
||||
!view.$('.sf-dropdown-menu').find('*').is(target)) {
|
||||
view.hide();
|
||||
if (app.ui.currentHighlightedItem) {
|
||||
app.ui.currentHighlightedItem.rmHighlight();
|
||||
|
Reference in New Issue
Block a user