Improve drag-select.

This commit is contained in:
Lars Jung 2015-04-01 21:31:39 +02:00
parent 936ffaf768
commit e3ed699260
3 changed files with 38 additions and 40 deletions

View file

@ -5,7 +5,7 @@ modulejs.define('ext/preview', ['_', '$', 'core/settings', 'core/resource', 'cor
}, allsettings.preview);
var $window = $(window);
var template =
'<div id="pv-overlay" class="noSelection">' +
'<div id="pv-overlay">' +
'<div id="pv-content"/>' +
'<div id="pv-spinner"><img src="' + resource.image('spinner') + '"/></div>' +
'<div id="pv-prev-area" class="hof"><img src="' + resource.image('preview-prev') + '"/></div>' +