mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 01:06:36 +00:00
Fix URL not being selected with custom protocol
Change-type: patch Changelog-entry: Fix URL not being selected with custom protocol Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
640a7409ee
commit
4872fa3d6e
@ -289,6 +289,9 @@ export class SourceSelector extends React.Component<
|
||||
showURLSelector: false,
|
||||
showDriveSelector: false,
|
||||
};
|
||||
|
||||
// Bind `this` since it's used in an event's callback
|
||||
this.onSelectImage = this.onSelectImage.bind(this);
|
||||
}
|
||||
|
||||
public componentDidMount() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user