No need for repeated OKs anymore
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user