mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
fixed PY-6994 Paste leads to syntactically incorrect code in case pasting copied text instead of selection
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
def f():
|
||||
a = 1
|
||||
b = 2
|
||||
|
||||
|
||||
def f():
|
||||
a = 1
|
||||
b = 2
|
||||
|
||||
Reference in New Issue
Block a user