mirror of https://github.com/zulip/zulip.git
fb6047c4ae
Fix a bug where the color picker reverted the custom color to the previous one after clicking outside the popover. The bug occurred because although there is a confirm button, the 'clickoutFiresChanges' option was set as true, which made the frontend always send two POST request to edit the stream and, for a reason I wasn't able to discover, if you hit the confirm button and click outside fast enough, the change fired by the clickout event sent the old color to the server. It was fixed by setting the 'clickoutFiresChanges' option to false. Fixes #15101 |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.eslintrc.json | ||
.gitignore | ||
favicon.ico |