mirror of
https://github.com/vladmandic/automatic
synced 2026-09-03 19:40:47 +02:00
fix drop image to prompt in modernui
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user