Fixes a bug where simultaneous adding new cards and having the card browser open for editing stops the auto-fill feature from working correctly.
edit.EditManager wrongly assumes that there is only one Editor instance. The window for adding cards and the browsing window each instantiate their own editor.
Other small changes include replacing some legacy GUI hooks, see
Fixes a bug where simultaneous adding new cards and having the card browser open for editing stops the auto-fill feature from working correctly.
edit.EditManager
wrongly assumes that there is only oneEditor
instance. The window for adding cards and the browsing window each instantiate their own editor.Other small changes include replacing some legacy GUI hooks, see