Skip to content

Commit

Permalink
comment this.saveText(); because @FranzP said so. Who's the boss?
Browse files Browse the repository at this point in the history
  • Loading branch information
louisremi committed Sep 9, 2015
1 parent bdf8d2f commit 3882aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/components/prototypo-text.components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class PrototypoText extends React.Component {
setupText() {
const content = this.props.panel[this.props.field];
React.findDOMNode(this.refs.text).textContent = content && content.length > 0 ? content : 'abcdefghijklmnopqrstuvwxyz\nABCDEFGHIJKLMNOPQRSTUVWXYZ\n,;.:-!?\‘\’\“\”\'\"\«\»()[]\n0123456789\n+&\/\náàâäéèêëíìîïóòôöúùûü\nÁÀÂÄÉÈÊËÍÌÎÏÓÒÔÖÚÙÛÜ\n\nᴀʙᴄᴅᴇꜰɢʜɪᴊᴋʟᴍɴᴏᴘʀsᴛᴜᴠᴡʏᴢ';
this.saveText();
// this.saveText();
}

componentDidUpdate() {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/components/prototypo-word.components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class PrototypoWord extends React.Component {
setupText() {
const content = this.props.panel[this.props.field];
React.findDOMNode(this.refs.text).textContent = content && content.length > 0 ? content : 'abcdefghijklmnopqrstuvwxyz\nABCDEFGHIJKLMNOPQRSTUVWXYZ\n,;.:-!?\‘\’\“\”\'\"\«\»()[]\n0123456789\n+&\/\náàâäéèêëíìîïóòôöúùûü\nÁÀÂÄÉÈÊËÍÌÎÏÓÒÔÖÚÙÛÜ\n\nᴀʙᴄᴅᴇꜰɢʜɪᴊᴋʟᴍɴᴏᴘʀsᴛᴜᴠᴡʏᴢ';
this.saveText();
// this.saveText();
}

componentDidUpdate() {
Expand Down

0 comments on commit 3882aa5

Please sign in to comment.