提交 220c5ead 编写于 作者: T tfennelly

Put focus back onto the find field if the clear widget is pressed

上级 465edd83
......@@ -278,6 +278,7 @@ ConfigTableMetaData.prototype.addFindWidget = function() {
$('.clear', findWidget).click(function() {
thisTMD.findInput.val('');
thisTMD.showSections('');
thisTMD.findInput.focus();
});
var findTimeout;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册