No need for repeated OKs anymore
parent
c15a66d1d4
commit
2982174028
|
@ -179,7 +179,6 @@ module.exports = React.createClass({
|
||||||
title: _t('Keywords'),
|
title: _t('Keywords'),
|
||||||
description: _t('Enter keywords separated by a comma') + ':',
|
description: _t('Enter keywords separated by a comma') + ':',
|
||||||
value: keywords,
|
value: keywords,
|
||||||
button: _t('OK'),
|
|
||||||
onFinished: function onFinished(should_leave, newValue) {
|
onFinished: function onFinished(should_leave, newValue) {
|
||||||
|
|
||||||
if (should_leave && newValue !== keywords) {
|
if (should_leave && newValue !== keywords) {
|
||||||
|
|
Loading…
Reference in New Issue