From 501304daf2ba5e025af324ece4822be723f13c26 Mon Sep 17 00:00:00 2001 From: Oleshe <125771937+0leshe@users.noreply.github.com> Date: Sun, 25 May 2025 17:30:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=95=D0=B1=D1=83=D1=87=D0=B8=D0=B9=20print?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/MineCode IDE.app/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/MineCode IDE.app/Main.lua b/Applications/MineCode IDE.app/Main.lua index b582e1f7..b217064c 100755 --- a/Applications/MineCode IDE.app/Main.lua +++ b/Applications/MineCode IDE.app/Main.lua @@ -970,7 +970,7 @@ local function deleteSelectedData() clearSelection() end end -print(clipboard) + local function copy() if codeView.selections[1] then if codeView.selections[1].to.line == codeView.selections[1].from.line then