Skip to content

Commit f09ef31

Browse files
committed
use this.setTimeout
1 parent 89bed30 commit f09ef31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/commandline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ const ItemList = Class("ItemList", {
17621762
this._divNodes.completions.appendChild(context.cache.nodes.root);
17631763
}, this);
17641764

1765-
setTimeout(this.closure._autoSize, 0);
1765+
this.setTimeout(this.closure._autoSize, 0);
17661766
},
17671767

17681768
/**

0 commit comments

Comments
 (0)