fix(core): update
This commit is contained in:
@ -24,7 +24,7 @@ export class DeesInputText extends DeesElement {
|
||||
`;
|
||||
|
||||
// INSTANCE
|
||||
public changeSubject = new domtools.rxjs.Subject<DeesInputText>();
|
||||
public changeSubject = new domtools.plugins.smartrx.rxjs.Subject<DeesInputText>();
|
||||
|
||||
@property({
|
||||
type: String,
|
||||
|
Reference in New Issue
Block a user