Fix the tab sorting for custom container ordering - MAC-710

This commit is contained in:
Andrea Marchesini
2022-04-29 01:20:09 +02:00
parent ba5c58ccbb
commit d6c6ce6e67
4 changed files with 27 additions and 9 deletions
+3
View File
@@ -2,6 +2,9 @@
const DEFAULT_FAVICON = "/img/blank-favicon.svg";
// eslint-disable-next-line
const CONTAINER_ORDER_STORAGE_KEY = "container-order";
// TODO use export here instead of globals
const Utils = {