Skip to content

Commit

Permalink
Update Modal.base.tsx
Browse files Browse the repository at this point in the history
removing trailing whitespaces
  • Loading branch information
Dmitriy committed Dec 4, 2019
1 parent a4e0df6 commit c52e8dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ export class ModalBase extends BaseComponent<IModalProps, IDialogState> implemen
private _lastSetY: number;
private _allowIosBodyScroll: boolean;
private _hasRegisteredKeyUp: boolean;

constructor(props: IModalProps) {
super(props);
this.state = {
Expand Down

0 comments on commit c52e8dc

Please sign in to comment.