Hide picker at start
This commit is contained in:
parent
e8d1ceac51
commit
868edf7cbf
1 changed files with 0 additions and 1 deletions
|
@ -597,7 +597,6 @@ window.onload = () => {
|
|||
document.querySelector('.colBack').addEventListener('click', e => {
|
||||
picker.self.remove(); removePicker();
|
||||
})
|
||||
picker.enter();
|
||||
picker.on('enter', () => colRight.classList.add('picking'))
|
||||
picker.on('exit', removePicker);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue