From ceaadd65ffb2c85a0e5e095cd64f253aa2dfcdeb Mon Sep 17 00:00:00 2001 From: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> Date: Thu, 23 Dec 2021 21:01:11 +0600 Subject: [PATCH] Fix actions (#727) Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> --- plugins/view-resources/src/index.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/view-resources/src/index.ts b/plugins/view-resources/src/index.ts index 8d7eaed24e..a57d7f60e3 100644 --- a/plugins/view-resources/src/index.ts +++ b/plugins/view-resources/src/index.ts @@ -55,12 +55,8 @@ async function Move (object: Doc): Promise { export default async (): Promise => ({ actionImpl: { - Delete: { - apply: Delete - }, - Move: { - apply: Move - } + Delete: Delete, + Move: Move }, component: { StringEditor,