You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: lib/sb-editable.js
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen
22
22
23
23
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,enumerable: false,writable: true,configurable: true}});if(superClass)Object.setPrototypeOf ? Object.setPrototypeOf(subClass,superClass) : subClass.__proto__=superClass;}
24
24
25
-
varSbEditable=function(_React$Component){
26
-
_inherits(SbEditable,_React$Component);
25
+
varSbEditable=function(_React$PureComponent){
26
+
_inherits(SbEditable,_React$PureComponent);
27
27
28
28
functionSbEditable(props){
29
29
_classCallCheck(this,SbEditable);
@@ -34,6 +34,16 @@ var SbEditable = function (_React$Component) {
0 commit comments