1
0
mirror of https://github.com/salexdv/bsl_console.git synced 2025-02-19 19:10:09 +02:00

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

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

View File

@ -11,6 +11,8 @@ define(['vs/editor/editor.main'], function () {
overrideCopyPaste = !((8 <= parseInt(verArray[0])) && (3 <= parseInt(verArray[1])) && (18 <= parseInt(verArray[2])));
}
overrideCopyPaste = false;
if (overrideCopyPaste) {
actions.copy_bsl = {
label: 'Копировать',