mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
js: Use simplebar ES module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7c755f1394
commit
b00a0bfe53
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const SimpleBar = require("simplebar/dist/simplebar");
|
||||
const SimpleBar = require("simplebar").default;
|
||||
|
||||
// What, if anything, obscures the home tab?
|
||||
|
||||
|
@@ -49,7 +49,7 @@
|
||||
"help": [
|
||||
"./static/js/bundles/portico",
|
||||
"simplebar/dist/simplebar.css",
|
||||
"simplebar/dist/simplebar",
|
||||
"simplebar",
|
||||
"./static/js/portico/help",
|
||||
"./static/js/portico/tabbed-instructions"
|
||||
],
|
||||
|
Reference in New Issue
Block a user