Fix visual issue when dragging an image only the image is ghost
This commit is contained in:
parent
925b147e6c
commit
1f1614704e
@ -1719,6 +1719,7 @@ define([
|
|||||||
$element.find('.cp-icon').addClass('cp-app-drive-element-list');
|
$element.find('.cp-icon').addClass('cp-app-drive-element-list');
|
||||||
$element.prepend(img);
|
$element.prepend(img);
|
||||||
$(img).addClass('cp-app-drive-element-grid cp-app-drive-element-thumbnail');
|
$(img).addClass('cp-app-drive-element-grid cp-app-drive-element-thumbnail');
|
||||||
|
$(img).attr("draggable", false);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
common.displayThumbnail(href || data.roHref, data.channel, data.password, $element, function ($thumb) {
|
common.displayThumbnail(href || data.roHref, data.channel, data.password, $element, function ($thumb) {
|
||||||
@ -1726,6 +1727,7 @@ define([
|
|||||||
// Remove the .hide() added by displayThumnail() because it hides the icon in list mode too
|
// Remove the .hide() added by displayThumnail() because it hides the icon in list mode too
|
||||||
$element.find('.cp-icon').removeAttr('style').addClass('cp-app-drive-element-list');
|
$element.find('.cp-icon').removeAttr('style').addClass('cp-app-drive-element-list');
|
||||||
$thumb.addClass('cp-app-drive-element-grid cp-app-drive-element-thumbnail');
|
$thumb.addClass('cp-app-drive-element-grid cp-app-drive-element-thumbnail');
|
||||||
|
$thumb.attr("draggable", false);
|
||||||
thumbsUrls[element] = $thumb[0].src;
|
thumbsUrls[element] = $thumb[0].src;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user