Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Remove blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Feb 13, 2018
1 parent f3e17a1 commit e64c449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/core/Tippy.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ export function _createPopperInstance() {
}
}
}

_addMutationObserver.call(this, {
target: popper,
callback: () => {
Expand All @@ -517,7 +517,7 @@ export function _createPopperInstance() {
*/
export function _mount(callback) {
const { options } = this

if (!this.popperInstance) {
this.popperInstance = _createPopperInstance.call(this)
if (!options.livePlacement) {
Expand All @@ -530,7 +530,7 @@ export function _mount(callback) {
this.popperInstance.enableEventListeners()
}
}

updatePopperPosition(this.popperInstance, callback, true)

if (!options.appendTo.contains(this.popper)) {
Expand Down

0 comments on commit e64c449

Please sign in to comment.