typo for truncate development
This commit is contained in:
parent
a1678056d2
commit
36aa885a3b
3
public/akaunting-js/generalAction.js
vendored
3
public/akaunting-js/generalAction.js
vendored
@ -367,7 +367,8 @@ function marqueeAnimation(truncate) {
|
||||
}
|
||||
// offsetwidth = width of the text, clientWidth = width of parent text (div)
|
||||
// because some index page has icons, we use two time parent element
|
||||
if (truncate.offsetWidth > truncate.parentElement.clientWidth || truncate.offsetWidth > truncate.parentElement.parentElement.parentElement.clientWidth) {
|
||||
|
||||
if (truncate.children.length < 1 && truncate.offsetWidth > truncate.parentElement.clientWidth || truncate.offsetWidth > truncate.parentElement.parentElement.parentElement.clientWidth) {
|
||||
truncate.addEventListener('mouseover', function () {
|
||||
truncate.parentElement.style.animationPlayState = 'running';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user