Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions label_studio/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@
</template>

<script id="app-settings" nonce="{{request.csp_nonce}}">

var __customHotkeys = {{ user.custom_hotkeys|json_dumps_ensure_ascii|safe }};
var __customHotkeys = {{ user.custom_hotkeys|json_dumps_ensure_ascii|escape_lt_gt|safe }};

// Filter custom hotkeys for editor-specific ones
var editorCustomHotkeys = {};
Expand Down
Loading