mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
No need for repeated OKs anymore
This commit is contained in:
parent
c15a66d1d4
commit
2982174028
@ -179,7 +179,6 @@ module.exports = React.createClass({
|
||||
title: _t('Keywords'),
|
||||
description: _t('Enter keywords separated by a comma') + ':',
|
||||
value: keywords,
|
||||
button: _t('OK'),
|
||||
onFinished: function onFinished(should_leave, newValue) {
|
||||
|
||||
if (should_leave && newValue !== keywords) {
|
||||
|
Loading…
Reference in New Issue
Block a user