1
0
mirror of https://github.com/salexdv/bsl_console.git synced 2025-02-15 13:53:04 +02:00

Отключение переопределения Копировать/Вставить

This commit is contained in:
salexdv 2021-01-24 21:09:46 +03:00
parent 1bbc81e623
commit 6e5d6b4b29

View File

@ -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 = {