TF-4301 Add "Create a new label" button in Label As menus and wire up tagging in email view
This commit is contained in:
@@ -31,8 +31,7 @@ class SignatureBuilder extends StatelessWidget {
|
||||
final iframeOverlay = Obx(() {
|
||||
final dialogRouter = DialogRouter();
|
||||
if (MessageDialogActionManager().isDialogOpened ||
|
||||
dialogRouter.isDialogOpened ||
|
||||
dialogRouter.isRuleFilterDialogOpened.isTrue) {
|
||||
dialogRouter.isDialogOpened) {
|
||||
return Positioned.fill(
|
||||
child: PointerInterceptor(
|
||||
child: const SizedBox.expand(),
|
||||
|
||||
Reference in New Issue
Block a user