ApoorvaPasbola/rusty-notepad

Multiple New tabs does not open

Opened this issue · 0 comments

After the Redundant tabs implementation we have an new issue where multiple New Tabs does not open since we have a map of <path,Tab> .

Solution:

  • We might need to update the tabs tabs Model to include multiple tabs per path or have a different model in all
  • Alternatively we can add some logic to get a new file path whenever a new tab is created