Skip to content
Snippets Groups Projects
Commit dd34f10c authored by tatiana.novikova's avatar tatiana.novikova
Browse files

[-] Delete console.log

parent 69c900e0
No related branches found
No related tags found
1 merge request!14Features 2603
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
...@@ -56,7 +56,6 @@ DapComboBoxForm ...@@ -56,7 +56,6 @@ DapComboBoxForm
{ {
if(index != currentIndex) if(index != currentIndex)
{ {
console.log(fm.tightBoundingRect("le").width);
if(tm.elidedText.length < tm.text.length) if(tm.elidedText.length < tm.text.length)
return tm.elidedText.substring(0, tm.elidedText.length-1) + return tm.elidedText.substring(0, tm.elidedText.length-1) +
((fm.tightBoundingRect(tm.elidedText.substring(0, tm.elidedText.length-1)).width + fm.tightBoundingRect(tm.text.charAt(tm.elidedText.length-1) + '..').width) < tm.elideWidth ? ((fm.tightBoundingRect(tm.elidedText.substring(0, tm.elidedText.length-1)).width + fm.tightBoundingRect(tm.text.charAt(tm.elidedText.length-1) + '..').width) < tm.elideWidth ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment