mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(listeners) add "\n"
This commit is contained in:
parent
1a424162c7
commit
10ffddc2f1
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue