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; },