zulip/static
Aryan Shridhar 1b5a16bd1f
click_handlers: Prevent compose opening when copying code blocks.
Previously, clicking the codeblock copy button also
triggered the compose box to open.

This is because of the fact that ClipBoard.js lacks the
ability to stopPropogate the event when clicked.

Rectified by explicitly defining the copy click event
within `is_clickable_message_element`, which disallows
the triggering of reply box.

Effectively a workaround for
https://github.com/zenorocha/clipboard.js/pull/475.

Fixes #17861.
2021-04-09 18:06:27 -07:00
..
assets eslint: Forbid CommonJS variables in ES6 modules. 2021-03-23 01:42:43 -07:00
audio notificaiton_sounds: Add some atonal sounds created by @stwime. 2021-02-05 12:28:20 -08:00
generated
html logo: Update Zulip logo. 2020-07-16 01:37:08 -07:00
images logos: Golf harder with svgo 2.3.0. 2021-04-07 21:05:01 -07:00
js click_handlers: Prevent compose opening when copying code blocks. 2021-04-09 18:06:27 -07:00
shared emoticon_translation: Update comment for precise object length. 2021-04-01 16:52:32 -07:00
styles style: Increase width of gear menu to avoid distracting hover. 2021-04-09 15:52:37 -07:00
templates giphy: Add GIPHY picker to message edit form. 2021-04-08 10:17:20 -07:00
third Revert "markdown: Add support to shorten GitHub links." 2021-04-02 15:52:34 -07:00
.gitignore dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00