From 86a6f5827d045bfde2b50f8cabf67892316a0ca4 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 27 Sep 2022 14:24:59 +0800 Subject: [PATCH] chore: revert the example.json --- .../packages/appflowy_editor/example/assets/example.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/example/assets/example.json b/frontend/app_flowy/packages/appflowy_editor/example/assets/example.json index d7fc310573..2d441d3367 100644 --- a/frontend/app_flowy/packages/appflowy_editor/example/assets/example.json +++ b/frontend/app_flowy/packages/appflowy_editor/example/assets/example.json @@ -25,11 +25,6 @@ } ] }, - { - "type": "text", - "attributes": { "subtype": "code_block", "theme": "vs", "language": "dart" }, - "delta": [{ "insert": "final x = 0;\nprint($x);" }] - }, { "type": "text", "delta": [] }, { "type": "text",