mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
js: Convert static/js/feedback_widget.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a175826a5a
commit
a17ce6aeee
@@ -2,6 +2,8 @@
|
||||
|
||||
const emoji = require("../shared/js/emoji");
|
||||
|
||||
const feedback_widget = require("./feedback_widget");
|
||||
|
||||
function do_narrow_action(action) {
|
||||
action(current_msg_list.selected_id(), {trigger: "hotkey"});
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user