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