mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 22:30:38 +02:00
check if extension before opening all
This commit is contained in:
@ -182,6 +182,8 @@ export const GroupArea = function({
|
|||||||
}),
|
}),
|
||||||
open: () => {
|
open: () => {
|
||||||
|
|
||||||
|
if ('tabs' in chrome) {
|
||||||
|
|
||||||
if (state.get.current().bookmark.newTab) {
|
if (state.get.current().bookmark.newTab) {
|
||||||
|
|
||||||
groupData.group.items.forEach((item, i) => {
|
groupData.group.items.forEach((item, i) => {
|
||||||
@ -200,6 +202,8 @@ export const GroupArea = function({
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user