|
export let createSidebarItem=(title,content,icon="\uea74",...classes)=>{ |
Maybe this is a suggestion rather than an issue, but createSideBar item could check whether an item with a same name already exists and remove the previous one if it does. This way we can "update" items easily without having to manually close them.
bitburner-scripts/box/box.js
Line 17 in 1776dec
Maybe this is a suggestion rather than an issue, but createSideBar item could check whether an item with a same name already exists and remove the previous one if it does. This way we can "update" items easily without having to manually close them.