mirror of
https://github.com/salexdv/bsl_console.git
synced 2025-02-19 19:10:09 +02:00
Отключение переопределения Копировать/Вставить
This commit is contained in:
parent
1bbc81e623
commit
6e5d6b4b29
@ -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: 'Копировать',
|
||||
|
Loading…
x
Reference in New Issue
Block a user