Skip to content

Commit

Permalink
fix(Node Authoring): Single component is draggable #1374
Browse files Browse the repository at this point in the history
  • Loading branch information
breity authored Jul 31, 2023
1 parent 8cf4aaf commit 79831db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ <h5 i18n>Components</h5>
[id]="component.id"
class="component"
cdkDrag
[cdkDragDisabled]="components.length < 2"
fxLayout="row"
fxLayoutAlign="start"
[ngClass]="{
Expand Down
14 changes: 7 additions & 7 deletions src/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ Click &quot;Cancel&quot; to keep the invalid JSON open so you can fix it.</sourc
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">182</context>
<context context-type="linenumber">183</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/components/common/feedbackRule/edit-feedback-rules/edit-feedback-rules.component.html</context>
Expand Down Expand Up @@ -11015,7 +11015,7 @@ Click &quot;Cancel&quot; to keep the invalid JSON open so you can fix it.</sourc
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
</trans-unit>
<trans-unit id="4f26c54d5c3edadf92756d7d3ce466dde1f01e2a" datatype="html">
Expand Down Expand Up @@ -11096,35 +11096,35 @@ Click &quot;Cancel&quot; to keep the invalid JSON open so you can fix it.</sourc
<source>Toggle component authoring</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">174</context>
<context context-type="linenumber">175</context>
</context-group>
</trans-unit>
<trans-unit id="11cd90245b41b1506efabdcea69d3c5c0964a432" datatype="html">
<source>Select component</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">191</context>
<context context-type="linenumber">192</context>
</context-group>
</trans-unit>
<trans-unit id="47f8ae23f1be55b30a01abc41c7ca4b770f5d1b2" datatype="html">
<source>Click to expand/collapse</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">202</context>
<context context-type="linenumber">203</context>
</context-group>
</trans-unit>
<trans-unit id="6e04c490706ecafe8e0c842513b700e165d97bc2" datatype="html">
<source>Copy Component</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">233</context>
<context context-type="linenumber">234</context>
</context-group>
</trans-unit>
<trans-unit id="46c242cc262ba3a868dfd6bd37f555c1ada6877c" datatype="html">
<source>Delete Component</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/node/node-authoring/node-authoring.component.html</context>
<context context-type="linenumber">247</context>
<context context-type="linenumber">248</context>
</context-group>
</trans-unit>
<trans-unit id="5664343021073405407" datatype="html">
Expand Down

0 comments on commit 79831db

Please sign in to comment.