outmoded / postmile

Collaborative list making tool written in Node.js
Other
404 stars 53 forks source link

"Type details here" disappears after opening details the first time #18

Open hueniverse opened 13 years ago

serkanserttop commented 10 years ago

I sent a pull request on the postmile-web repo. Tracked the issue down to this postmile/node_modules/postmile-web/lib/static/view/js/tasklist.js: 419
420 function shrinkDetails(node) { 421: node.setStyle("height", '5px'); // nominal size for empty line 422 }