We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921da85 commit 464679bCopy full SHA for 464679b
src/models/baseFrame.js
@@ -60,7 +60,7 @@ class baseFrame {
60
}
61
62
static copy(frame) {
63
- return baseFrame.fromJson(Object.assign(new Config, frame.config), {
+ return this.constructor.fromJson(Object.assign(new Config, frame.config), {
64
id: frame.id,
65
project: frame.project,
66
resource: frame.resource,
0 commit comments