vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

fix: check parent before calling removeChild (#13457)

Open qngl opened this issue 3 years ago • 3 comments

Description

Check parent before calling removeChild in v-ripple ( #13457 )

Motivation and Context

User actions with ripple effect in iOS devices throw quite a few those errors.

How Has This Been Tested?

Only 1 line non-breaking change, so no additional test created.

Markup:

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Improvement/refactoring (non-breaking change that doesn't add any features but makes things better)

Checklist:

  • [x] The PR title is no longer than 64 characters.
  • [x] The PR is submitted to the correct branch (master for bug fixes and documentation updates, dev for new features and backwards compatible changes and next for non-backwards compatible changes).
  • [x] My code follows the code style of this project.
  • [ ] I've added relevant changes to the documentation (applies to new features and breaking changes in core library)

qngl avatar Jan 06 '22 06:01 qngl

Is there anything we can do to get this PR merged?

everhardt avatar Apr 04 '22 15:04 everhardt

This fills my error logs, please merge :)

shadow-light avatar Aug 23 '22 12:08 shadow-light

Any update on this?!!

MoWafa avatar Sep 14 '22 03:09 MoWafa