vue-tour icon indicating copy to clipboard operation
vue-tour copied to clipboard

use getComputedStyle instead of inline style

Open cetooley opened this issue 3 years ago • 0 comments

this.targetElement.style is only for inline styles - which means VStep components would erroneously add a class (if you used highlighting) which overrides any position values regardless of whether they exist in the element's class or not. This fix will use the computed style instead.

cetooley avatar Jun 10 '22 23:06 cetooley