Skip to content

Commit 2bae8eb

Browse files
committed
Update isCopyable comment
1 parent f117bba commit 2bae8eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/interfaces/i_copyable.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export interface ICopyable<T extends ICopyData> extends ISelectable {
1717
toCopyData(): T | null;
1818

1919
/**
20-
* Whether this instance is currently copyable.
20+
* Whether this instance is currently copyable. The standard implementation
21+
* is to return true if isOwnDeletable and isOwnMovable return true.
2122
*
2223
* @returns True if it can currently be copied.
2324
*/

0 commit comments

Comments
 (0)