Skip to content

Commit

Permalink
Merge 18ffe8f into e3d29ab
Browse files Browse the repository at this point in the history
  • Loading branch information
JannoTilk committed Nov 30, 2021
2 parents e3d29ab + 18ffe8f commit b1692bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion src/js/components/ObjectKeyModal/ObjectKeyModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ export default class extends React.PureComponent {
class="key-modal-request"
{...Theme(theme, 'key-modal-request')}
>
<Draggable disabled={pasted} bounds="parent">
<Draggable
disabled={pasted}
bounds="parent"
cancel=".drag-disabled"
>
<div
{...Theme(theme, 'key-modal')}
class="request-modal"
Expand Down Expand Up @@ -88,6 +92,7 @@ export default class extends React.PureComponent {
<input
{...Theme(theme, 'key-modal-input')}
class="key-modal-input"
className="drag-disabled"
autoFocus={true}
spellCheck={false}
value={input}
Expand Down

0 comments on commit b1692bc

Please sign in to comment.