From 0a83306015b59affb67e55f3fcdf3acc419f1e3c Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 4 Jul 2024 12:54:38 +0200 Subject: [PATCH] :arrow_up: Update plugins runtime --- frontend/resources/plugins-runtime/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/resources/plugins-runtime/index.js b/frontend/resources/plugins-runtime/index.js index 1d75c17b1..8b622aa53 100644 --- a/frontend/resources/plugins-runtime/index.js +++ b/frontend/resources/plugins-runtime/index.js @@ -7776,6 +7776,9 @@ function Ml(t, e) { get selection() { return o("content:read"), t.selection; }, + set selection(i) { + o("content:read"), t.selection = i; + }, get viewport() { return t.viewport; },