Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fixed failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarwrobel committed Apr 5, 2017
1 parent e369e41 commit 3c55902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/balloon/balloonpanelview.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default class BalloonPanelView extends View {

// We need to take HTMLElement related to the target if it is possible.
if ( isElement( options.target ) ) {
target = target;
target = options.target;
} else if ( isRange( options.target ) ) {
target = options.target.commonAncestorContainer;
}
Expand Down

0 comments on commit 3c55902

Please sign in to comment.