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
* fix: set appVersion to ignore version checking. Closes#371#372#373
* fix: Display jam and design page types inside app. Closes#369
* fix: Regex to match file path for importing extension. #368
* fix: Window opens while trying to open some urls after b89e095
* fix: Opens prototype or project from opened design in new tab instead of browser (#362)
* Update MainTab.ts
Fix opening some urls in window
When importing a development plugin whose manifest contains something like
the import process fails with
Filename "dist/plugin/figma-plugin.js" not allowed
, due to the filename not matching the regex on this line:figma-linux/src/main/ExtensionManager.ts
Line 441 in b33dd1d
It's not clear to me whether this limitation is inherited from Figma itself, or it's an artifact of Figma Linux implementation.
The text was updated successfully, but these errors were encountered: