mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
NumberField doesn't need styles cos it extends TextField
This commit is contained in:
parent
c58c88af4e
commit
75d462764d
File diff suppressed because it is too large
Load Diff
@ -2,14 +2,9 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as React from "react";
|
||||
import * as mobxReact from "mobx-react";
|
||||
import { boundMethod } from "autobind-decorator";
|
||||
import cn from "classnames";
|
||||
import { If } from "tsx-control-statements/components";
|
||||
|
||||
import { TextField, TextFieldState } from "./textfield";
|
||||
|
||||
import "./numberfield.less";
|
||||
import { TextField } from "./textfield";
|
||||
|
||||
class NumberField extends TextField {
|
||||
@boundMethod
|
||||
|
Loading…
Reference in New Issue
Block a user