Skip to content

Commit

Permalink
Enable multirun plugins in desktop version
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Aug 31, 2023
1 parent c802466 commit 4562e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
this.api = api;
this["api"] = this.api;

this.isSupportManyPlugins = false;
this.isSupportManyPlugins = (this.api.isMobileVersion || this.api.isEmbedVersion) ? false : true;

// используется только если this.isSupportManyPlugins === false
this.runAndCloseData = null;
Expand Down

0 comments on commit 4562e5b

Please sign in to comment.