Skip to content
Snippets Groups Projects
Commit 5ed944ab authored by luyikei's avatar luyikei
Browse files

Unlink a clip if its linked clip is removed

parent a70c6a8d
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,9 @@ Rectangle {
Drag.drop();
selected = false;
if ( linkedClip )
findClipItem( linkedClip ).linkedClip = "";
for ( var i = 0; i < allClips.length; ++i ) {
if ( allClips[i] === clip ) {
allClips.splice( i, 1 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment