提交 ba439b24 编写于 作者: I isidor

breakpoint widget: focus input on change context to make it more user friendly

上级 accd8597
......@@ -152,6 +152,7 @@ export class BreakpointWidget extends ZoneWidget implements IPrivateBreakpointWi
const value = this.getInputValue(this.breakpoint);
this.input.getModel().setValue(value);
this.input.focus();
});
this.createBreakpointInput(dom.append(container, $('.inputContainer')));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册