mirror of
https://github.com/salexdv/bsl_console.git
synced 2025-02-15 13:53:04 +02:00
Отключение переопределения Копировать/Вставить
This commit is contained in:
parent
1bbc81e623
commit
6e5d6b4b29
@ -10,6 +10,8 @@ define(['vs/editor/editor.main'], function () {
|
||||
if (3 < verArray.length) {
|
||||
overrideCopyPaste = !((8 <= parseInt(verArray[0])) && (3 <= parseInt(verArray[1])) && (18 <= parseInt(verArray[2])));
|
||||
}
|
||||
|
||||
overrideCopyPaste = false;
|
||||
|
||||
if (overrideCopyPaste) {
|
||||
actions.copy_bsl = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user