Skip to content

Commit 8ed55f1

Browse files
authored
Update web_src/js/utils/dom.ts
Signed-off-by: silverwind <[email protected]>
1 parent 432965e commit 8ed55f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_src/js/utils/dom.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ export function isDocumentFragmentOrElementNode(el: Node) {
107107
}
108108

109109
/** autosize a textarea to fit content. */
110-
// Based on
111-
// https://github.com/github/textarea-autosize
110+
// Based on https://github.com/github/textarea-autosize
112111
// ---------------------------------------------------------------------
113112
// Copyright (c) 2018 GitHub, Inc.
114113
//

0 commit comments

Comments
 (0)