Use HTMLDivElement instead of HTMLElement in ComboBox

Co-authored-by: Eric Liu <ericyl.us@gmail.com>
This commit is contained in:
weaseldotro 2020-10-25 15:35:50 +02:00 committed by GitHub
commit d436e5928e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@
/**
* Obtain a reference to the list HTML element
* @type {null | HTMLElement} [ref=null]
* @type {null | HTMLDivElement} [ref=null]
*/
export let listRef = null