You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this idea when I was trying to implement the select method in EditableObject.
The issue that I was facing was that I could not extract EditableObject instances from the JSON format snapshot that the Data class has. In the current project's structure, It's too complicated to handle two states that represent the same thing.
Suggestion
Implement EditableObject with fabric.util.createClass
Also implement other custom object classes with EditableObject with fabric.util.createClass
Background
I got this idea when I was trying to implement the
select
method inEditableObject
.The issue that I was facing was that I could not extract
EditableObject
instances from the JSON format snapshot that theData
class has. In the current project's structure, It's too complicated to handle two states that represent the same thing.Suggestion
EditableObject
withfabric.util.createClass
EditableObject
withfabric.util.createClass
References
The text was updated successfully, but these errors were encountered: