chore(listeners) add "\n"

This commit is contained in:
coderaiser 2018-01-22 15:43:21 +02:00
parent 1a424162c7
commit 10ffddc2f1

View file

@ -53,7 +53,10 @@ const Storage = DOM.Storage;
const Events = DOM.Events;
const EventsFiles = {
mousedown: exec.with(execIfNotUL, setCurrentFileByEvent),
click: execAll([onClick, unselect]),
click: execAll([
onClick,
unselect,
]),
dragstart: exec.with(execIfNotUL, onDragStart),
dblclick: exec.with(execIfNotUL, onDblClick),
touchstart: exec.with(execIfNotUL, onTouch)