Skip to content

Commit

Permalink
Revert "make modal draggable" PR #1146
Browse files Browse the repository at this point in the history
This reverts commit e5cab6a.
  • Loading branch information
Peter Cottle committed May 14, 2024
1 parent 81d9bdf commit dd4233d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/js/views/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,6 @@ var ModalTerminal = ContainedBase.extend({
};

this.render();

this.$terminal = this.$el.find('.terminal-window-holder').first();
this.$terminal.draggable({
cursor: 'move',
handle: '.toolbar',
containment: '#interfaceWrapper',
scroll: false
});
},

updateTitle: function(/*string*/ title) {
Expand Down

0 comments on commit dd4233d

Please sign in to comment.