Skip to content

Commit

Permalink
Change parent class name
Browse files Browse the repository at this point in the history
Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn committed Oct 5, 2023
1 parent 591c545 commit 1b176a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class ReadOnlyCanvas extends React.Component {

getConfig() {
const config = Object.assign({}, this.props.config, {
enableParentClass: "writable",
enableParentClass: "read-only",
enableNodeFormatType: "Vertical",
enableLinkType: "Straight",
enableLinkDirection: "LeftRight",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

.writable {
.read-only {

&.config-editing-actions-false {
.d3-node-group {
Expand Down

0 comments on commit 1b176a6

Please sign in to comment.