js: Export variables and classes for Workspace Matrix extension
Most of these were "var" before the port to ESM (!1499). Here they are exported again. References !1499 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2978>
This commit is contained in:

committed by
Marge Bot

parent
c7769da797
commit
7d835bf455
@ -210,7 +210,7 @@ export const WindowClone = GObject.registerClass({
|
||||
});
|
||||
|
||||
|
||||
const ThumbnailState = {
|
||||
export const ThumbnailState = {
|
||||
NEW: 0,
|
||||
EXPANDING: 1,
|
||||
EXPANDED: 2,
|
||||
|
Reference in New Issue
Block a user