Add pad title tooltip in grid mode
This commit is contained in:
parent
042f9fe684
commit
8bb2a8f053
@ -1810,6 +1810,9 @@ define([
|
|||||||
var $name = $('<span>', {'class': 'cp-app-drive-element-name'}).text(name);
|
var $name = $('<span>', {'class': 'cp-app-drive-element-name'}).text(name);
|
||||||
$element.append($name);
|
$element.append($name);
|
||||||
$element.append($state);
|
$element.append($state);
|
||||||
|
if (getViewMode() === 'grid') {
|
||||||
|
$element.attr('title', name);
|
||||||
|
}
|
||||||
|
|
||||||
// display the thumbnail
|
// display the thumbnail
|
||||||
// if the thumbnail has already been displayed once, do not reload it, keep the same url
|
// if the thumbnail has already been displayed once, do not reload it, keep the same url
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user