refactor: renamed EditorToolBar
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
class CommandState {
|
||||
bool executable = false;
|
||||
var value = "";
|
||||
|
||||
CommandState(this.executable, this.value);
|
||||
}
|
||||
@@ -3,7 +3,7 @@ import 'package:rich_editor/src/extensions/extensions.dart';
|
||||
import 'package:rich_editor/src/models/enum.dart';
|
||||
import 'package:webview_flutter/webview_flutter.dart';
|
||||
|
||||
import 'command_state.dart';
|
||||
import '../models/command_state.dart';
|
||||
|
||||
class JavascriptExecutorBase {
|
||||
WebViewController? _controller;
|
||||
|
||||
Reference in New Issue
Block a user