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