Improved text area autoresize behaviour

This commit is contained in:
Giulio Cesare Solaroli
2015-02-26 21:03:33 +01:00
parent 375fc0c10e
commit a4718b2c04
8 changed files with 140 additions and 41 deletions

View File

@@ -75,7 +75,7 @@ Clipperz.PM.UI.Components.Selections = React.createClass({
var filterType;
var filterValue;
console.log("SELECTIONS PROPS", this.props);
//console.log("SELECTIONS PROPS", this.props);
tagInfo = this.props['tags'] ? this.props['tags'] : {};
tags = MochiKit.Base.filter(Clipperz.PM.DataModel.Record.isRegularTag, MochiKit.Base.keys(tagInfo)).sort(Clipperz.Base.caseInsensitiveCompare);
archivedCardsCount = this.props['archivedCardsCount'];