mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-12 00:01:20 +00:00
Remove unused constructor from DomNodeWrapper
This commit is contained in:
@@ -40,8 +40,6 @@ class DomApplier(
|
||||
}
|
||||
|
||||
open class DomNodeWrapper(open val node: Node) {
|
||||
constructor(tag: String) : this(document.createElement(tag))
|
||||
|
||||
private var currentListeners = emptyList<WrappedEventListener<*>>()
|
||||
|
||||
fun updateEventListeners(list: List<WrappedEventListener<*>>) {
|
||||
|
||||
Reference in New Issue
Block a user