From 4562e5b0bea0784556d980f2407a89247d0cf10b Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Thu, 31 Aug 2023 11:17:42 +0300 Subject: [PATCH] Enable multirun plugins in desktop version --- common/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/plugins.js b/common/plugins.js index 75537c331e..2bc22972de 100644 --- a/common/plugins.js +++ b/common/plugins.js @@ -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;