mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 08:19:06 +00:00
Don't show resolution badge on narrow images
This commit is contained in:
@@ -21,6 +21,9 @@ export default {
|
||||
if (mutation.type === "setUiMimeMap") {
|
||||
const mimeMap = mutation.payload.slice();
|
||||
|
||||
const elem = document.getElementById("mimeTree");
|
||||
console.log(elem);
|
||||
|
||||
this.mimeTree = new InspireTree({
|
||||
selection: {
|
||||
mode: 'checkbox'
|
||||
|
||||
Reference in New Issue
Block a user