Skip to content

Commit 42d3dbb

Browse files
author
Jiang Yin
committed
修改Debugger
1 parent 1fb5f6d commit 42d3dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Runtime/Debugger/DebuggerComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ private static void CopyToClipboard(string content)
431431
s_TextEditor.text = content;
432432
s_TextEditor.OnFocus();
433433
s_TextEditor.Copy();
434-
s_TextEditor.text = null;
434+
s_TextEditor.text = string.Empty;
435435
}
436436
}
437437
}

0 commit comments

Comments
 (0)