diff --git a/www/poll/main.js b/www/poll/main.js index 34e2c9e96..d7228644a 100644 --- a/www/poll/main.js +++ b/www/poll/main.js @@ -257,6 +257,8 @@ define([ Cryptpad.confirm("Are you sure you'd like to remove this user?", // TODO translate function (yes) { if (!yes) { return; } + // remove commit button, and anything else... + makeUserEditable(id, false); removeColumn(proxy, id); table.removeColumn(id); });