You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
(steps to re-create: open an arboretum browser, and navigate to localhost:3000 in a separate browser; click the translucent icon in the top right corner of the page)
Currently, the "+ Tab" button calls lines 55-68 in browser_state.js, which then uses the chrome remote debugger to create a new tab. This code needs to be re-written to create a new tab by calling the createNew method in browser/js/tabs.js
This change will likely require adding a way to communicate between the two files
The text was updated successfully, but these errors were encountered:
(steps to re-create: open an arboretum browser, and navigate to localhost:3000 in a separate browser; click the translucent icon in the top right corner of the page)
Currently, the "+ Tab" button calls lines 55-68 in browser_state.js, which then uses the chrome remote debugger to create a new tab. This code needs to be re-written to create a new tab by calling the createNew method in browser/js/tabs.js
This change will likely require adding a way to communicate between the two files
The text was updated successfully, but these errors were encountered: