Skip to content

Commit

Permalink
Bughunting, somehow only appears after build
Browse files Browse the repository at this point in the history
  • Loading branch information
S3L3CT3DLoves committed Nov 4, 2024
1 parent 188a238 commit 74803d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/QuickEdit/easytag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EasyTag
description: UI plugin to add shortcuts for commonly used tags
url: https://github.com/stashapp/CommunityScripts
version: 0.13.1
version: 0.13.2

ui:
css:
Expand Down
2 changes: 2 additions & 0 deletions plugins/QuickEdit/quickedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ class PluginUI {

/** Called when a tab is clicked, either displays the plugin or hides it to allow normal Stash behaviour */
switchTab(activeTab){
console.log("Switch Tab: " , activeTab)
console.log("QuickEdit Tab: " , activeTab == this.UI_TAB)
if(activeTab == this.UI_TAB){
// disable current active tab
const allTabs = document.querySelectorAll("div[role='tablist'] > div[class='nav-item'] > a")
Expand Down

0 comments on commit 74803d5

Please sign in to comment.