Improved connection between big and small conversation windows

This commit is contained in:
2019-05-16 18:40:39 +02:00
parent 30743601a9
commit cd8280ae01
6 changed files with 39 additions and 12 deletions

View File

@ -24,7 +24,8 @@ declare interface CreateElem2Args {
innerHTMLprefix ?: string,
disabled ?: boolean,
children ?: HTMLElement[],
onclick ?: Function
onclick ?: Function,
ondblclick ?: Function
}
declare function createElem(nodeType : string, appendTo : string) : HTMLElement;