فهرست منبع

Extend rountangle editor demo text

Joeri Exelmans 2 سال پیش
والد
کامیت
dda6fa81a2
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/frontend/demo_editor.tsx

+ 3 - 0
src/frontend/demo_editor.tsx

@@ -26,6 +26,9 @@ export const demo_Editor_description =
             Again, any action in the Rountangle Editor results in a set of primitive deltas (shown in the center) that are applied to the (empty) state graph (on the right).
             Note that this state graph is no longer (directly) editable. The current model state is visualized in the Rountangle Editor from which the user interaction originated.
         </Text>
+        <Text>
+            In technical terms, the Rountangle Editor is a <em>projectional editor</em> for the state graph (on the right).
+        </Text>
         <Image src={editor}/>
         <Space h="10px"/>
         <Actionblock>