We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7142ea8 commit 5e7bd1eCopy full SHA for 5e7bd1e
src/controllers/atoms/ImageView.js
src/skins/vector/views/atoms/ImageView.js
@@ -18,11 +18,8 @@ limitations under the License.
18
19
var React = require('react');
20
21
-var ImageViewController = require('../../../../controllers/atoms/ImageView')
22
-
23
module.exports = React.createClass({
24
displayName: 'ImageView',
25
- mixins: [ImageViewController],
26
27
// XXX: keyboard shortcuts for managing dialogs should be done by the modal dialog base class omehow, surely...
28
componentDidMount: function() {
0 commit comments