GH-430: Fixed 'Close' confirmation is ignored.

Updated to lates Theia: `1.11.0-next.c9db9754`.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2021-02-11 15:22:53 +01:00 committed by Akos Kitta
parent e639d7da06
commit 516c79276c
2 changed files with 1279 additions and 1270 deletions

View File

@ -6,13 +6,13 @@ import { ThemeConfig } from 'react-select/src/theme';
export class ArduinoSelect<T> extends Select<T> {
constructor(props: Readonly<Props<T>>) {
constructor(props: Readonly<Props<T, false>>) {
super(props);
}
render(): React.ReactNode {
const controlHeight = 27; // from `monitor.css` -> `.serial-monitor-container .head` (`height: 27px;`)
const styles: Styles = {
const styles: Styles<T, false> = {
control: styles => ({
...styles,
minWidth: 120,

2545
yarn.lock

File diff suppressed because it is too large Load Diff