windingwind
windingwind
提供的debug output未包含有效信息,暂无法帮助
Hi, thanks for reporting this. Could you please provide a git repo or a GitHub workspace that can reproduce this?
Errors like `error TS2304: Cannot find name 'WeakRef'.` might indicate that you are on a lower version of the TS server, or you have not configured it as expected. Could...
Also, this is causing this line to fail: https://github.com/windingwind/zotero/blob/90cb393203c8e3d6b16cf04eb1e7718c0650456a/test/tests/itemPaneTest.js#L1243 because the note editor is already initialized by the newly added test. I'm not sure what should we do with the...
Thanks! I think the selection restore is fixed now.
Changes after the last review: 1. Add tests (`pluginAPITest.js`) for plugin APIs (currently only the info box custom row API). All parameters and hooks of the `option` of the API...
The create element (label/value) part in itemBox.js is now refactored and centralized.
It there's not other blockers, I think we should try to merge this, so that we can build more APIs based on the abstract base class added in this PR.