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

Get rid of tippy warnings #1386

Open
pascalwengerter opened this issue Jun 15, 2021 · 1 comment
Open

Get rid of tippy warnings #1386

pascalwengerter opened this issue Jun 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@pascalwengerter
Copy link
Contributor

Steps to reproduce

  1. Run the latest web master
  2. Login as any user
  3. See browser console

Expected behaviour

No tippy warning

Actual behaviour

Tippy warning as shown below

Screenshots

Screenshot 2021-06-15 at 14 24 04

@pascalwengerter pascalwengerter added the bug Something isn't working label Jun 15, 2021
@pascalwengerter
Copy link
Contributor Author

In OcDrop.vue, we call destroy on mount (to make sure we only have one instance visible, I assume), which may cause the error. Perhaps we should check for its presence before calling destroy?

  beforeDestroy() {
    destroy(this.tippy)
  },
  mounted() {
    destroy(this.tippy)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant