You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
deselect editabletext when tabbing away
This commit is contained in:
@@ -173,6 +173,9 @@ module.exports = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
onBlur: function(ev) {
|
onBlur: function(ev) {
|
||||||
|
var sel = window.getSelection();
|
||||||
|
sel.removeAllRanges();
|
||||||
|
|
||||||
if (this.props.blurToCancel)
|
if (this.props.blurToCancel)
|
||||||
this.cancelEdit();
|
this.cancelEdit();
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user