fix drop image to prompt in modernui

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-08 09:42:22 -04:00
parent f5109657b1
commit d673c58c10
11 changed files with 23 additions and 19 deletions
+1
View File
@@ -189,6 +189,7 @@ function get_tab_index(tabId) {
.forEach((button, i) => {
if (button.className.indexOf('selected') !== -1) res = i;
});
console.log('get_tab_index', tabId, res);
return res;
}