Skip to content

Commit f3a0a12

Browse files
committed
Clean up web component changes
1 parent 6201427 commit f3a0a12

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/MarkdownTextInput.web.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {getCurrentCursorPosition, removeSelection, setCursorPosition} from './we
2121
import './web/MarkdownTextInput.css';
2222
import type {MarkdownStyle} from './MarkdownTextInputDecoratorViewNativeComponent';
2323
import {getElementHeight, getPlaceholderValue, isEventComposing, normalizeValue, parseInnerHTMLToText} from './web/utils/inputUtils';
24-
import {parseToReactDOMStyle, idGenerator, processMarkdownStyle} from './web/utils/webStyleUtils';
24+
import {idGenerator, parseToReactDOMStyle, processMarkdownStyle} from './web/utils/webStyleUtils';
2525
import {forceRefreshAllImages} from './web/inputElements/inlineImage';
2626
import type {MarkdownRange, InlineImagesInputProps} from './commonTypes';
2727

@@ -70,7 +70,6 @@ type MarkdownTextInputElement = HTMLDivElement &
7070
HTMLInputElement & {
7171
tree: TreeNode;
7272
uniqueId: string;
73-
styleSheet?: CSSStyleSheet;
7473
selection: Selection;
7574
imageElements: HTMLImageElement[];
7675
};

0 commit comments

Comments
 (0)